diff options
Diffstat (limited to 'Command/View.hs')
-rw-r--r-- | Command/View.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/View.hs b/Command/View.hs index e8d360946..bfe030e23 100644 --- a/Command/View.hs +++ b/Command/View.hs @@ -42,7 +42,7 @@ perform view = do next $ checkoutViewBranch view applyView paramView :: String -paramView = paramPair (paramRepeating "TAG") (paramRepeating "FIELD=VALUE") +paramView = paramRepeating "FIELD=VALUE" mkView :: [String] -> Annex View mkView params = go =<< inRepo Git.Branch.current |