summaryrefslogtreecommitdiff
path: root/doGit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-15 17:44:51 -0500
committerJeff Carr <[email protected]>2025-10-15 17:44:51 -0500
commitb16fc5ec1132f03d67b15765695407d4a8578d8d (patch)
treee7be61b7bea6f6f92ae98d8cdebc343aacbbca10 /doGit.go
parentfa476d2ca70d37865e37fe76f80778957ef5f1cd (diff)
always want this
Diffstat (limited to 'doGit.go')
-rw-r--r--doGit.go2
1 files changed, 1 insertions, 1 deletions
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"
}