From 64bc4e4751c5738d3e6c44db9452c46b26245910 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Nov 2011 16:13:06 -0400 Subject: refactor --- Command/Init.hs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Command/Init.hs') 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 -- cgit v1.2.3