summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2014-11-18 15:09:13 -0400
committerJoey Hess2014-11-18 15:09:13 -0400
commitd5091b6082a5556a2b764351072658336deecdd6 (patch)
tree2fb45c50ce2fb01f101ca3da500d63496fc0f28e /src
parentfcfd18578f9b0aacb14ba7fdfad00c2999ddddd7 (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/CmdLine.hs1
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"