default description will be added elsewhere
This commit is contained in:
Joey Hess 2012-08-03 10:44:13 -04:00
parent 48d9e65dee
commit a323b0c46d

View file

@ -163,7 +163,7 @@ makeRepo path = do
error "git init failed!"
g <- Git.Config.read =<< Git.Construct.fromPath path
state <- Annex.new g
Annex.eval state $ initialize $ Just "new repo" -- TODO better description
Annex.eval state $ initialize Nothing
autostart <- autoStartFile
createDirectoryIfMissing True (parentDir autostart)
appendFile autostart $ path ++ "\n"