diff options
Diffstat (limited to 'Command/Semitrust.hs')
-rw-r--r-- | Command/Semitrust.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Semitrust.hs b/Command/Semitrust.hs index 11742137f..b467861bf 100644 --- a/Command/Semitrust.hs +++ b/Command/Semitrust.hs @@ -21,7 +21,7 @@ seek :: [CommandSeek] seek = [withWords start] start :: CommandStartWords -start ws = notBareRepo $ do +start ws = do let name = unwords ws showStart "semitrust" name u <- Remote.nameToUUID name |