aboutsummaryrefslogtreecommitdiff
path: root/Command/Init.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-11 14:43:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-11 14:43:45 -0400
commitb505ba83e8b62a9ed0ec2fb96448c5fc801184d9 (patch)
tree664eb4af9f274dfc13eb9abfab86421ebe38e881 /Command/Init.hs
parent025ded4a2dfb58a6ec0cb47b9d625d593a4e1977 (diff)
minor syntax changes
Diffstat (limited to 'Command/Init.hs')
-rw-r--r--Command/Init.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/Init.hs b/Command/Init.hs
index ace06c2c3..b9dffb5cd 100644
--- a/Command/Init.hs
+++ b/Command/Init.hs
@@ -29,7 +29,6 @@ start ws = do
perform :: String -> CommandPerform
perform description = do
initialize
- g <- gitRepo
- u <- getUUID g
+ u <- getUUID
describeUUID u description
next $ return True