summaryrefslogtreecommitdiff
path: root/Propellor/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 16:52:20 -0400
committerJoey Hess2014-03-31 16:52:20 -0400
commit679dd59ef78dc129b1db921cfa3b1f059bf68cdc (patch)
tree1bf9d8287100615209ae90ca204d9fd3378fee0c /Propellor/CmdLine.hs
parentbbc0912aee0289ffdf305c7a7e3b4f54dc3936b2 (diff)
propellor spin
Diffstat (limited to 'Propellor/CmdLine.hs')
-rw-r--r--Propellor/CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs
index 0b680d12..54c72e1a 100644
--- a/Propellor/CmdLine.hs
+++ b/Propellor/CmdLine.hs
@@ -142,7 +142,7 @@ spin host = do
user = "root@"++host
- bootstrapcmd = shellWrap $ intercalate " && "
+ bootstrapcmd = shellWrap $ intercalate " ; "
[ "if [ ! -d " ++ localdir ++ " ]"
, "then " ++ intercalate " && "
[ "apt-get -y install git"