diff options
Diffstat (limited to 'src')
| -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 |
