diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-18 15:25:55 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-18 15:25:55 -0400 |
| commit | e96a66709a904a7a2e30d9e66873c1515454cdd1 (patch) | |
| tree | 9230224b228905840ecb6a2be03c3b0b36232f1a /src/Propellor/CmdLine.hs | |
| parent | 638d834df0d58eb32102c9203cf6a2dae1c98be3 (diff) | |
run upload-pack, not send-pack
we're doing a reverse pull from the client
Diffstat (limited to 'src/Propellor/CmdLine.hs')
| -rw-r--r-- | src/Propellor/CmdLine.hs | 2 |
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 |
