From 7cbd367e1ce6079efe1add4cc3baec3ffc0b5b49 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 1 Jan 2015 17:09:21 -0400 Subject: Update intermediary propellor in --spin --via --- src/Propellor/Spin.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Spin.hs') 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 ] -- cgit v1.3-2-g0d8e