use mirror instead of bare...

This commit is contained in:
Yann Esposito (Yogsototh) 2018-10-21 16:44:25 +02:00
parent d0da04fc15
commit 752aeeab14
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -66,7 +66,7 @@ init = do
whenM (testdir publicProjectDir) $ do whenM (testdir publicProjectDir) $ do
putText (format ("rmtree " % fp) publicProjectDir) putText (format ("rmtree " % fp) publicProjectDir)
rmtree publicProjectDir rmtree publicProjectDir
debug_ (format ("git clone --bare "%fp%" "%fp) debug_ (format ("git clone --mirror "%fp%" "%fp)
repoRoot repoRoot
publicProjectDir) publicProjectDir)
inDir publicProjectDir $ do inDir publicProjectDir $ do