aboutsummaryrefslogtreecommitdiff
path: root/Command/InitRemote.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/InitRemote.hs')
-rw-r--r--Command/InitRemote.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/InitRemote.hs b/Command/InitRemote.hs
index d82dc366c..c52ca4c56 100644
--- a/Command/InitRemote.hs
+++ b/Command/InitRemote.hs
@@ -38,7 +38,7 @@ start (name:ws) = ifM (isJust <$> findExisting name)
let c = newConfig name
t <- either giveup return (findType config)
- showStart "initremote" name
+ showStart' "initremote" (Just name)
next $ perform t name $ M.union config c
)
)