diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index 5827409..7002a3f 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -166,7 +166,7 @@ spin target relay hst = do void $ actionMessage "Push to central git repository" $ boolSystem "git" [Param "push"] - cacheparams <- if relaying + cacheparams <- if False then pure [] else if viarelay then pure ["-A"]