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 71c5c1f commit 81f82d3Copy full SHA for 81f82d3
modules/git/git.go
@@ -77,7 +77,7 @@ func BinVersion() (string, error) {
77
return gitVersion, nil
78
}
79
80
-// SetExeutablecPath changes the path of git executable and checks the file permission and version.
+// SetExecutablePath changes the path of git executable and checks the file permission and version.
81
func SetExecutablePath(path string) error {
82
// If path is empty, we use the default value of GitExecutable "git" to search for the location of git.
83
if path != "" {
0 commit comments