diff --git a/Build/DistributionUpdate.hs b/Build/DistributionUpdate.hs index fa5929ba98..0afc2211f6 100644 --- a/Build/DistributionUpdate.hs +++ b/Build/DistributionUpdate.hs @@ -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" ]