diff options
Diffstat (limited to 'Command/Trust.hs')
-rw-r--r-- | Command/Trust.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Trust.hs b/Command/Trust.hs index 638fc50e4..f02fcf617 100644 --- a/Command/Trust.hs +++ b/Command/Trust.hs @@ -24,11 +24,11 @@ seek :: CommandSeek seek = trustCommand "trust" Trusted trustCommand :: String -> TrustLevel -> CommandSeek -trustCommand cmd level = withWords start +trustCommand c level = withWords start where start ws = do let name = unwords ws - showStart cmd name + showStart c name u <- Remote.nameToUUID name next $ perform u perform uuid = do |