diff options
Diffstat (limited to 'Command/Untrust.hs')
-rw-r--r-- | Command/Untrust.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Untrust.hs b/Command/Untrust.hs index 4c1035dcd..ecd0ae4cf 100644 --- a/Command/Untrust.hs +++ b/Command/Untrust.hs @@ -11,8 +11,8 @@ import Command import Types.TrustLevel import Command.Trust (trustCommand) -def :: [Command] -def = [command "untrust" (paramRepeating paramRemote) seek +cmd :: [Command] +cmd = [command "untrust" (paramRepeating paramRemote) seek SectionSetup "do not trust a repository"] seek :: CommandSeek |