summaryrefslogtreecommitdiff
path: root/Command/Init.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Init.hs')
-rw-r--r--Command/Init.hs6
1 files changed, 1 insertions, 5 deletions
diff --git a/Command/Init.hs b/Command/Init.hs
index e2a6eb7b0..a6d72e422 100644
--- a/Command/Init.hs
+++ b/Command/Init.hs
@@ -9,8 +9,6 @@ module Command.Init where
import Common.Annex
import Command
-import Annex.UUID
-import Logs.UUID
import Init
def :: [Command]
@@ -29,7 +27,5 @@ start ws = do
perform :: String -> CommandPerform
perform description = do
- initialize
- u <- getUUID
- describeUUID u description
+ initialize (Just description)
next $ return True