diff options
| -rw-r--r-- | Propellor/CmdLine.hs | 1 |
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 |
