diff options
Diffstat (limited to 'Command/VFilter.hs')
-rw-r--r-- | Command/VFilter.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Command/VFilter.hs b/Command/VFilter.hs index fd5ec9630..78f2d9d5c 100644 --- a/Command/VFilter.hs +++ b/Command/VFilter.hs @@ -12,9 +12,9 @@ import Command import Annex.View import Command.View (paramView, checkoutViewBranch) -cmd :: [Command] -cmd = [notBareRepo $ notDirect $ - command "vfilter" paramView seek SectionMetaData "filter current view"] +cmd :: Command +cmd = notBareRepo $ notDirect $ + command "vfilter" paramView seek SectionMetaData "filter current view" seek :: CommandSeek seek = withWords start |