tweak
This commit is contained in:
parent
f2cc87860c
commit
bcb72ce0f2
3 changed files with 6 additions and 9 deletions
|
@ -113,6 +113,4 @@ header :: String
|
|||
header = "Usage: git-annex command [option ..]"
|
||||
|
||||
run :: [String] -> IO ()
|
||||
run args = do
|
||||
gitrepo <- Git.repoFromCwd
|
||||
dispatch gitrepo args cmds options header
|
||||
run args = dispatch args cmds options header =<< Git.repoFromCwd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue