diff options
Diffstat (limited to 'Command/Semitrust.hs')
-rw-r--r-- | Command/Semitrust.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Semitrust.hs b/Command/Semitrust.hs index edba27346..146ec2192 100644 --- a/Command/Semitrust.hs +++ b/Command/Semitrust.hs @@ -11,8 +11,8 @@ import Command import Types.TrustLevel import Command.Trust (trustCommand) -def :: [Command] -def = [command "semitrust" (paramRepeating paramRemote) seek +cmd :: [Command] +cmd = [command "semitrust" (paramRepeating paramRemote) seek SectionSetup "return repository to default trust level"] seek :: CommandSeek |