diff options
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 |
