problem running propellor --gitpush

This commit is contained in:
Joey Hess 2014-11-18 15:23:39 -04:00
parent ca95788019
commit 6cb060b653
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ boot = do
hout <- dup stdOutput
hClose stdin
hClose stdout
unlessM (boolSystem "git" [Param "pull", Param $ "--upload=pack=./propellor --gitpush " ++ show hin ++ " " ++ show hout, Param "."]) $
unlessM (boolSystem "git" [Param "pull", Param "--upload=pack", Param $ "sh -c ./propellor --gitpush " ++ show hin ++ " " ++ show hout, Param "."]) $
warningMessage "git pull from client failed"
-- Shim for git push over the propellor ssh channel.