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
|
state <- Annex.new g
|
||||||
(actions, state') <- Annex.run state $ do
|
(actions, state') <- Annex.run state $ do
|
||||||
checkfuzzy
|
checkfuzzy
|
||||||
forM_ fields $ \(f, v) -> Annex.setField f v
|
forM_ fields $ uncurry Annex.setField
|
||||||
sequence_ flags
|
sequence_ flags
|
||||||
prepCommand cmd params
|
prepCommand cmd params
|
||||||
tryRun state' cmd $ [startup] ++ actions ++ [shutdown $ cmdnocommit cmd]
|
tryRun state' cmd $ [startup] ++ actions ++ [shutdown $ cmdnocommit cmd]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue