summaryrefslogtreecommitdiff
path: root/Command/Init.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Init.hs')
-rw-r--r--Command/Init.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Init.hs b/Command/Init.hs
index 3c38c0f8a..e7f57c29c 100644
--- a/Command/Init.hs
+++ b/Command/Init.hs
@@ -40,7 +40,7 @@ seek = commandAction . start
start :: InitOptions -> CommandStart
start os = do
- showStart "init" (initDesc os)
+ showStart' "init" (Just $ initDesc os)
next $ perform os
perform :: InitOptions -> CommandPerform