summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 02:21:47 -0500
committerJeff Carr <[email protected]>2025-10-16 02:21:47 -0500
commitf8e5a9269f5adf640e440238bd08510d1cd76a1d (patch)
treefae59c229cebcb59b9e3ca81f41d6100deffd869
parente7520708d5397642d5897df2e3692d803f081ef2 (diff)
wrong syntax
-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"
}