We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb590d5 commit dc190d2Copy full SHA for dc190d2
ext/git/writer.go
@@ -88,7 +88,7 @@ func (m *nativeGitClient) Push(remote string, branch string, force bool) error {
88
89
// Add adds a path spec to the repository
90
func (m *nativeGitClient) Add(path string) error {
91
- return m.runCredentialedCmd("git", "add", path)
+ return m.runCredentialedCmd("add", path)
92
}
93
94
// SymRefToBranch retrieves the branch name a symbolic ref points to
0 commit comments