From d5091b6082a5556a2b764351072658336deecdd6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 18 Nov 2014 15:09:13 -0400 Subject: propellor spin --- src/Propellor/CmdLine.hs | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3