diff options
Diffstat (limited to 'Command/Reinit.hs')
-rw-r--r-- | Command/Reinit.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Command/Reinit.hs b/Command/Reinit.hs index f201c66bb..948ed3131 100644 --- a/Command/Reinit.hs +++ b/Command/Reinit.hs @@ -15,8 +15,9 @@ import Types.UUID import qualified Remote cmd :: [Command] -cmd = [dontCheck repoExists $ - command "reinit" (paramUUID ++ "|" ++ paramDesc) seek SectionUtility "initialize repository, reusing old UUID"] +cmd = dontCheck repoExists $ + command "reinit" (paramUUID ++ "|" ++ paramDesc) seek + SectionUtility "initialize repository, reusing old UUID" seek :: CommandSeek seek = withWords start |