diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-18 01:17:22 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-18 01:17:22 -0400 |
| commit | a30b5a6bfd1b6f49a11f0087c8c93c237a781738 (patch) | |
| tree | e71e9d503020b1b821134c6f819d82c631396dac /src | |
| parent | bc6b199d537c5bee3ad0822c24650e06ae5d1cd5 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/CmdLine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index 6dd36f9f..f3cf2f91 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -229,7 +229,7 @@ spin hn hst = do ] spincmd = mkcmd - [ "cd " ++ localdir ++ " && ./propellor --continue " ++ show (Chain hn) ] + [ "cd " ++ localdir ++ " && ./propellor --continue " ++ shellEscape (show (Chain hn)) ] getstatus :: Handle -> IO BootStrapStatus getstatus h = do |
