Skip to content

Commit 81f82d3

Browse files
author
Mura Li
committed
Fix typo
1 parent 71c5c1f commit 81f82d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func BinVersion() (string, error) {
7777
return gitVersion, nil
7878
}
7979

80-
// SetExeutablecPath changes the path of git executable and checks the file permission and version.
80+
// SetExecutablePath changes the path of git executable and checks the file permission and version.
8181
func SetExecutablePath(path string) error {
8282
// If path is empty, we use the default value of GitExecutable "git" to search for the location of git.
8383
if path != "" {

0 commit comments

Comments
 (0)