aboutsummaryrefslogtreecommitdiff
path: root/Command/Untrust.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Untrust.hs')
-rw-r--r--Command/Untrust.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/Untrust.hs b/Command/Untrust.hs
index 92e28b637..220faf85e 100644
--- a/Command/Untrust.hs
+++ b/Command/Untrust.hs
@@ -11,9 +11,9 @@ import Command
import Types.TrustLevel
import Command.Trust (trustCommand)
-cmd :: [Command]
-cmd = [command "untrust" (paramRepeating paramRemote) seek
- SectionSetup "do not trust a repository"]
+cmd :: Command
+cmd = command "untrust" (paramRepeating paramRemote) seek
+ SectionSetup "do not trust a repository"
seek :: CommandSeek
seek = trustCommand "untrust" UnTrusted