summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doGit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doGit.go b/doGit.go
index 3de9b39..90dbb18 100644
--- a/doGit.go
+++ b/doGit.go
@@ -72,7 +72,7 @@ func doGit() (string, error) {
}
me.sh.GoodExit("git who should be installed")
}
- cmd := []string{"git", "who", "."}
+ cmd := []string{"git", "who", "-l", "."}
shell.RunVerbose(cmd)
s = "git who"
}