diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-22 16:17:39 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-22 16:17:39 -0400 |
| commit | 02e0fac6839572f8823369730b0f73f2374d5574 (patch) | |
| tree | b9f0ea690d6f7e551b8e38a1c5e25be9145f9961 /src/Propellor/CmdLine.hs | |
| parent | cb94e7484e5c0c966f3f9624e910ae2521b259a3 (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor/CmdLine.hs')
| -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 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"] |
