summaryrefslogtreecommitdiff
path: root/Propellor/CmdLine.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/CmdLine.hs')
-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