update
default description will be added elsewhere
This commit is contained in:
parent
48d9e65dee
commit
a323b0c46d
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ makeRepo path = do
|
||||||
error "git init failed!"
|
error "git init failed!"
|
||||||
g <- Git.Config.read =<< Git.Construct.fromPath path
|
g <- Git.Config.read =<< Git.Construct.fromPath path
|
||||||
state <- Annex.new g
|
state <- Annex.new g
|
||||||
Annex.eval state $ initialize $ Just "new repo" -- TODO better description
|
Annex.eval state $ initialize Nothing
|
||||||
autostart <- autoStartFile
|
autostart <- autoStartFile
|
||||||
createDirectoryIfMissing True (parentDir autostart)
|
createDirectoryIfMissing True (parentDir autostart)
|
||||||
appendFile autostart $ path ++ "\n"
|
appendFile autostart $ path ++ "\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue