Skip to content

Commit

Permalink
fix a small nit (go-gitea#13074)
Browse files Browse the repository at this point in the history
Signed-off-by: a1012112796 <1012112796@qq.com>
  • Loading branch information
a1012112796 authored Oct 8, 2020
1 parent 144fa5a commit a5ba818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/setting/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a5ba818

Please sign in to comment.