diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-22 16:12:53 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-22 16:12:53 -0400 |
| commit | 7ed9f70504d902f48e88e7701f6398e769072bd7 (patch) | |
| tree | 5ebb41c0ea1f69deae6a19cc50906594e372ede8 /src/Propellor | |
| parent | 6be56755eedc4a8c259c0be7f912a3fde1da245a (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/CmdLine.hs | 2 |
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 $ |
