diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-18 15:09:13 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-18 15:09:13 -0400 |
| commit | d5091b6082a5556a2b764351072658336deecdd6 (patch) | |
| tree | 2fb45c50ce2fb01f101ca3da500d63496fc0f28e /src | |
| parent | fcfd18578f9b0aacb14ba7fdfad00c2999ddddd7 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/CmdLine.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index 49c1dc4d..ae7db849 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -211,6 +211,7 @@ spin hn hst = do sendprivdata toh privdata loop Just NeedGitPush -> do + print "NeedGitPush" sendMarked toh gitPushMarker "" unlessM (boolSystem "git" [Param "send-pack", Param "--thin", Param "."]) $ warningMessage "git send-pack failed" |
