propellor spin

This commit is contained in:
Joey Hess 2014-11-18 16:24:45 -04:00
parent ac84d6d102
commit 935e1d11fe
Failed to extract signature
1 changed files with 2 additions and 1 deletions

View File

@ -218,7 +218,8 @@ spin hn hst = do
sendMarked toh gitPushMarker ""
let p = (proc "git" ["upload-pack", "."])
{ std_in = UseHandle fromh
, std_out = UseHandle toh }
, std_out = UseHandle toh
}
(Nothing, Nothing, Nothing, h) <- createProcess p
unlessM ((==) ExitSuccess <$> waitForProcess h) $
warningMessage "git upload-pack failed"