From 29ffa2c540d75049838db1d528989413eeed94c7 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 19 Jan 2021 16:53:40 +0100 Subject: [PATCH] Improve logging --- lib/setup/clone.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/setup/clone.dart b/lib/setup/clone.dart index bbe2ce61..7d442de2 100644 --- a/lib/setup/clone.dart +++ b/lib/setup/clone.dart @@ -34,8 +34,8 @@ Future cloneRemote({ privateKey: sshPrivateKey, password: sshPassword, ); + Log.i("Got default branch: $branch"); if (branch != null && branch.isNotEmpty) { - Log.i("Got default branch: $branch"); remoteBranchName = branch; } } catch (ex) {