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 a91d25359..13c6847e1 100644 --- a/Command/Semitrust.hs +++ b/Command/Semitrust.hs @@ -22,7 +22,7 @@ seek :: [CommandSeek] seek = [withString start] start :: CommandStartString -start name = do +start name = notBareRepo $ do showStart "semitrust" name Remotes.readConfigs r <- Remotes.byName name |