diff options
Diffstat (limited to 'Command/FindRef.hs')
-rw-r--r-- | Command/FindRef.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/FindRef.hs b/Command/FindRef.hs index e7f7eae6d..3f09cd6b3 100644 --- a/Command/FindRef.hs +++ b/Command/FindRef.hs @@ -10,10 +10,10 @@ module Command.FindRef where import Command import qualified Command.Find as Find -cmd :: [Command] -cmd = [withOptions nonWorkTreeMatchingOptions $ Find.mkCommand $ +cmd :: Command +cmd = withOptions nonWorkTreeMatchingOptions $ Find.mkCommand $ command "findref" paramRef seek SectionPlumbing - "lists files in a git ref"] + "lists files in a git ref" seek :: CommandSeek seek refs = do |