From f8e5a9269f5adf640e440238bd08510d1cd76a1d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 16 Oct 2025 02:21:47 -0500 Subject: wrong syntax --- doGit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } -- cgit v1.2.3