diff options
Diffstat (limited to 'Command/VFilter.hs')
-rw-r--r-- | Command/VFilter.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/VFilter.hs b/Command/VFilter.hs index bd17aca45..320f28568 100644 --- a/Command/VFilter.hs +++ b/Command/VFilter.hs @@ -12,8 +12,8 @@ import Command import Annex.View import Command.View (paramView, checkoutViewBranch) -def :: [Command] -def = [notBareRepo $ notDirect $ +cmd :: [Command] +cmd = [notBareRepo $ notDirect $ command "vfilter" paramView seek SectionMetaData "filter current view"] seek :: CommandSeek |