diff --git a/Assistant/WebApp/Configurators/Local.hs b/Assistant/WebApp/Configurators/Local.hs index ec4142e2c3..f146504082 100644 --- a/Assistant/WebApp/Configurators/Local.hs +++ b/Assistant/WebApp/Configurators/Local.hs @@ -286,7 +286,8 @@ initRepo dir desc = inDir dir $ do {- Initialize the master branch, so things that expect - to have it will work, before any files are added. -} void $ inRepo $ Git.Command.runBool "commit" - [ Param "--allow-empty" + [ Param "--quiet" + , Param "--allow-empty" , Param "-m" , Param "created repository" ]