diff options
Diffstat (limited to 'internal')
-rw-r--r-- | internal/route/install.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/route/install.go b/internal/route/install.go index e3d0555b..fa969f37 100644 --- a/internal/route/install.go +++ b/internal/route/install.go @@ -41,6 +41,7 @@ func checkRunMode() { if conf.IsProdMode() { macaron.Env = macaron.PROD macaron.ColorLog = false + git.Debug = false } else { git.Debug = true } |