summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-11-18 15:25:55 -0400
committerJoey Hess2014-11-18 15:25:55 -0400
commite96a66709a904a7a2e30d9e66873c1515454cdd1 (patch)
tree9230224b228905840ecb6a2be03c3b0b36232f1a /src
parent638d834df0d58eb32102c9203cf6a2dae1c98be3 (diff)
run upload-pack, not send-pack
we're doing a reverse pull from the client
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs
index 0c092093..df739e18 100644
--- a/src/Propellor/CmdLine.hs
+++ b/src/Propellor/CmdLine.hs
@@ -212,7 +212,7 @@ spin hn hst = do
loop
Just NeedGitPush -> do
sendMarked toh gitPushMarker ""
- unlessM (boolSystem "git" [Param "send-pack", Param "--thin", Param "."]) $
+ unlessM (boolSystem "git" [Param "upload-pack", Param "."]) $
warningMessage "git send-pack failed"
-- no more protocol possible after
-- git push