summaryrefslogtreecommitdiff
path: root/doGit.go
diff options
context:
space:
mode:
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"
}