summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-15 09:12:47 -0600
committerJeff Carr <[email protected]>2024-11-15 09:12:47 -0600
commit2e8a1d479350270f89385fde00e68f013a18eacd (patch)
tree0aed33b86756e939e4e3834ded8694cae28834a1 /git.go
parent4ab00cce021217a63db9157892006646e2496152 (diff)
use more realtime output for git clonev0.22.14
Diffstat (limited to 'git.go')
-rw-r--r--git.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.go b/git.go
index e87860e..cef5d05 100644
--- a/git.go
+++ b/git.go
@@ -10,8 +10,8 @@ import (
"io/ioutil"
- "go.wit.com/log"
"go.wit.com/lib/gui/shell"
+ "go.wit.com/log"
)
func (rs *RepoStatus) GetCurrentBranchName() string {