diff options
Diffstat (limited to 'Command/Semitrust.hs')
-rw-r--r-- | Command/Semitrust.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Semitrust.hs b/Command/Semitrust.hs index 49004d7f9..3ef2621e0 100644 --- a/Command/Semitrust.hs +++ b/Command/Semitrust.hs @@ -11,9 +11,9 @@ import Command import Types.TrustLevel import Command.Trust (trustCommand) -cmd :: [Command] -cmd = [command "semitrust" (paramRepeating paramRemote) seek - SectionSetup "return repository to default trust level"] +cmd :: Command +cmd = command "semitrust" (paramRepeating paramRemote) seek + SectionSetup "return repository to default trust level" seek :: CommandSeek seek = trustCommand "semitrust" SemiTrusted |