summaryrefslogtreecommitdiff
path: root/Command/Untrust.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Untrust.hs')
-rw-r--r--Command/Untrust.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Untrust.hs b/Command/Untrust.hs
index 7d65c1af9..5a2505a10 100644
--- a/Command/Untrust.hs
+++ b/Command/Untrust.hs
@@ -13,7 +13,7 @@ import qualified Remote
import Logs.Trust
command :: [Command]
-command = [Command "untrust" (paramRepeating paramRemote) needsRepo seek
+command = [Command "untrust" (paramRepeating paramRemote) defaultChecks seek
"do not trust a repository"]
seek :: [CommandSeek]