diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-01-01 17:09:21 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-01-01 17:13:03 -0400 |
| commit | 7cbd367e1ce6079efe1add4cc3baec3ffc0b5b49 (patch) | |
| tree | 370bb2f73b58a6b5443bb17a0c690325bb9329ab /src/Propellor/Spin.hs | |
| parent | 138629941da64fb471850fda72e3b2c88e7fa88f (diff) | |
Update intermediary propellor in --spin --via
Diffstat (limited to 'src/Propellor/Spin.hs')
| -rw-r--r-- | src/Propellor/Spin.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Spin.hs b/src/Propellor/Spin.hs index 14275957..a1035387 100644 --- a/src/Propellor/Spin.hs +++ b/src/Propellor/Spin.hs @@ -80,7 +80,7 @@ spin target relay hst = do , "if ! test -x ./propellor; then make deps build; fi" , if viarelay then "./propellor --continue " ++ - shellEscape (show (Update (Just target))) + shellEscape (show (Relay target)) -- Still using --boot for back-compat... else "./propellor --boot " ++ target ] |
