From b16fc5ec1132f03d67b15765695407d4a8578d8d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 17:44:51 -0500 Subject: always want this --- doGit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doGit.go b/doGit.go index 6128c11..3de9b39 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", "."} shell.RunVerbose(cmd) s = "git who" } -- cgit v1.2.3