From 3a80ab53f49a54a7e34132a5c79253c8b73fbbe6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 25 Nov 2013 14:14:45 -0400 Subject: [PATCH] fix 2 commands --- Build/DistributionUpdate.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ]