summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 16:52:58 -0400
committerJoey Hess2014-03-31 16:52:58 -0400
commitac5439ab914b6f488f6fd932a0b3c9efaf88982f (patch)
tree4fd9a8b9faf5df3010acaa860a9623be9d280e3b
parent69baf42a849e4b7187edeaa4beadabea05653eb9 (diff)
propellor spin
-rw-r--r--Propellor/CmdLine.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs
index 54c72e1a..8d600255 100644
--- a/Propellor/CmdLine.hs
+++ b/Propellor/CmdLine.hs
@@ -153,6 +153,7 @@ spin host = do
--, "if ! test -x ./propellor; then make build; fi"
, "./propellor --boot " ++ host
]
+ , "fi"
]
getstatus :: Handle -> IO BootStrapStatus