diff options
Diffstat (limited to 'Command/CheckPresentKey.hs')
-rw-r--r-- | Command/CheckPresentKey.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/CheckPresentKey.hs b/Command/CheckPresentKey.hs index ad61ba3c0..e212a2da8 100644 --- a/Command/CheckPresentKey.hs +++ b/Command/CheckPresentKey.hs @@ -14,9 +14,9 @@ import qualified Remote import Annex import Types.Messages -cmd :: [Command] -cmd = [noCommit $ command "checkpresentkey" (paramPair paramKey paramRemote) seek - SectionPlumbing "check if key is present in remote"] +cmd :: Command +cmd = noCommit $ command "checkpresentkey" (paramPair paramKey paramRemote) seek + SectionPlumbing "check if key is present in remote" seek :: CommandSeek seek = withWords start |