diff options
Diffstat (limited to 'Command/Untrust.hs')
-rw-r--r-- | Command/Untrust.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Untrust.hs b/Command/Untrust.hs index fdf9a83de..9c11efe46 100644 --- a/Command/Untrust.hs +++ b/Command/Untrust.hs @@ -15,7 +15,7 @@ import Trust import Messages command :: [Command] -command = [Command "untrust" (paramRepeating paramRemote) seek +command = [repoCommand "untrust" (paramRepeating paramRemote) seek "do not trust a repository"] seek :: [CommandSeek] |