fix 2 commands
This commit is contained in:
parent
87c75417ac
commit
3a80ab53f4
1 changed files with 2 additions and 2 deletions
|
@ -47,11 +47,11 @@ makeinfos = do
|
|||
, Param $ "publishing git-annex " ++ version
|
||||
]
|
||||
void $ inRepo $ runBool
|
||||
[ Param "git-annex"
|
||||
[ Param "annex"
|
||||
, Params "move --to website"
|
||||
]
|
||||
void $ inRepo $ runBool
|
||||
[ Param "git-annex"
|
||||
[ Param "annex"
|
||||
, Params "sync"
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue