summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-11-22 16:12:53 -0400
committerJoey Hess2014-11-22 16:12:53 -0400
commit7ed9f70504d902f48e88e7701f6398e769072bd7 (patch)
tree5ebb41c0ea1f69deae6a19cc50906594e372ede8 /src/Propellor
parent6be56755eedc4a8c259c0be7f912a3fde1da245a (diff)
propellor spin
Diffstat (limited to 'src/Propellor')
-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 fb4b8eed..51ee592d 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 relaying || viarelay
then pure []
else toCommand <$> sshCachingParams hn viarelay
when viarelay $