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 144fa5a commit a5ba818Copy full SHA for a5ba818
modules/setting/git.go
@@ -65,7 +65,7 @@ func newGit() {
65
log.Fatal("Failed to map Git settings: %v", err)
66
}
67
if err := git.SetExecutablePath(Git.Path); err != nil {
68
- log.Fatal("Failed to initialize Git settings", err)
+ log.Fatal("Failed to initialize Git settings: %v", err)
69
70
git.DefaultCommandExecutionTimeout = time.Duration(Git.Timeout.Default) * time.Second
71
0 commit comments