summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-11-02 14:24:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-11-02 14:24:44 -0400
commitc33313c50b1a9424dd20e6e9995c46d60a48e540 (patch)
tree0cddb08810a67966556604b62f8bb4e26cf1bd1e
parenteec137f33a2b6982403d7dd9187500ad5a14b868 (diff)
tweak
-rw-r--r--Command/Init.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/Init.hs b/Command/Init.hs
index e2a6eb7b0..69cdc8e8a 100644
--- a/Command/Init.hs
+++ b/Command/Init.hs
@@ -30,6 +30,5 @@ start ws = do
perform :: String -> CommandPerform
perform description = do
initialize
- u <- getUUID
- describeUUID u description
+ getUUID >>= describeUUID description
next $ return True