diff options
Diffstat (limited to 'Command/ReadPresentKey.hs')
-rw-r--r-- | Command/ReadPresentKey.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/ReadPresentKey.hs b/Command/ReadPresentKey.hs index 8125ddf7e..6eab893cf 100644 --- a/Command/ReadPresentKey.hs +++ b/Command/ReadPresentKey.hs @@ -12,9 +12,9 @@ import Command import Logs.Location import Types.Key -cmd :: [Command] -cmd = [noCommit $ command "readpresentkey" (paramPair paramKey paramUUID) seek - SectionPlumbing "read records of where key is present"] +cmd :: Command +cmd = noCommit $ command "readpresentkey" (paramPair paramKey paramUUID) seek + SectionPlumbing "read records of where key is present" seek :: CommandSeek seek = withWords start |