diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 16:52:58 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 16:52:58 -0400 |
| commit | ac5439ab914b6f488f6fd932a0b3c9efaf88982f (patch) | |
| tree | 4fd9a8b9faf5df3010acaa860a9623be9d280e3b | |
| parent | 69baf42a849e4b7187edeaa4beadabea05653eb9 (diff) | |
propellor spin
| -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 |
