propellor spin

This commit is contained in:
Joey Hess 2014-11-18 15:18:26 -04:00
parent 573c6ab4b8
commit 02fc9fcca9
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -295,8 +295,8 @@ boot = do
writeFileProtected privDataLocal
req NeedGitPush gitPushMarker $ \_ -> do
hin <- dup stdInput
hClose stdin
hout <- dup stdOutput
hClose stdin
hClose stdout
unlessM (boolSystem "git" [Param "pull", Param $ "--upload=pack=./propellor --gitpush " ++ show hin ++ " " ++ show hout, Param "."]) $
warningMessage "git pull from client failed"