Skip to content

Commit d292a91

Browse files
committed
Typo
1 parent 6effe83 commit d292a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mob_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2295,7 +2295,7 @@ func cloneRepositoryWithSymlink(path, gitDirectory, remoteDirectory string) {
22952295
}
22962296
err = os.Symlink(gitDirectory, filepath.FromSlash(path+"/.git"))
22972297
if err != nil {
2298-
say.Error("Could not create smylink from " + gitDirectory + " to " + path + "/.git")
2298+
say.Error("Could not create symlink from " + gitDirectory + " to " + path + "/.git")
22992299
say.Error(err.Error())
23002300
return
23012301
}

0 commit comments

Comments
 (0)