summaryrefslogtreecommitdiff
path: root/Assistant
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-03 10:44:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-03 10:44:13 -0400
commita323b0c46dcb64eeb97ae8fa370a4a7b848cae7a (patch)
tree0f287b445d783182754e48d8591671a8163c6f68 /Assistant
parent48d9e65dee9ee07dee1e0a4a8d04397ca0fa405e (diff)
update
default description will be added elsewhere
Diffstat (limited to 'Assistant')
-rw-r--r--Assistant/WebApp/Configurators.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/WebApp/Configurators.hs b/Assistant/WebApp/Configurators.hs
index 9c308dee1..27cffcecd 100644
--- a/Assistant/WebApp/Configurators.hs
+++ b/Assistant/WebApp/Configurators.hs
@@ -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"