fix 2 commands

This commit is contained in:
Joey Hess 2013-11-25 14:14:45 -04:00
parent 87c75417ac
commit 3a80ab53f4

View file

@ -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"
]