syntax tweak
This commit is contained in:
parent
5434124c75
commit
34b03ef47a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ dispatch fuzzyok allargs allcmds commonoptions fields header getgitrepo = do
|
|||
state <- Annex.new g
|
||||
(actions, state') <- Annex.run state $ do
|
||||
checkfuzzy
|
||||
forM_ fields $ \(f, v) -> Annex.setField f v
|
||||
forM_ fields $ uncurry Annex.setField
|
||||
sequence_ flags
|
||||
prepCommand cmd params
|
||||
tryRun state' cmd $ [startup] ++ actions ++ [shutdown $ cmdnocommit cmd]
|
||||
|
|
Loading…
Add table
Reference in a new issue