diff options
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" |
