fix a small nit (#13074)

Signed-off-by: a1012112796 <1012112796@qq.com>
mj-v1.14.3
赵智超 4 years ago committed by GitHub
parent 144fa5a537
commit a5ba8188da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,7 +65,7 @@ func newGit() {
log.Fatal("Failed to map Git settings: %v", err)
}
if err := git.SetExecutablePath(Git.Path); err != nil {
log.Fatal("Failed to initialize Git settings", err)
log.Fatal("Failed to initialize Git settings: %v", err)
}
git.DefaultCommandExecutionTimeout = time.Duration(Git.Timeout.Default) * time.Second

Loading…
Cancel
Save