diff options
| -rw-r--r-- | doGit.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |
