summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/git/writer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/git/writer.go b/ext/git/writer.go
index a2f4cc6..20a678f 100644
--- a/ext/git/writer.go
+++ b/ext/git/writer.go
@@ -88,7 +88,7 @@ func (m *nativeGitClient) Push(remote string, branch string, force bool) error {
// Add adds a path spec to the repository
func (m *nativeGitClient) Add(path string) error {
- return m.runCredentialedCmd("git", "add", path)
+ return m.runCredentialedCmd("add", path)
}
// SymRefToBranch retrieves the branch name a symbolic ref points to