summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-11-22 16:17:39 -0400
committerJoey Hess2014-11-22 16:17:39 -0400
commit02e0fac6839572f8823369730b0f73f2374d5574 (patch)
treeb9f0ea690d6f7e551b8e38a1c5e25be9145f9961
parentcb94e7484e5c0c966f3f9624e910ae2521b259a3 (diff)
propellor spin
-rw-r--r--src/Propellor/CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs
index 5827409c..7002a3f6 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"]