diff --git a/CmdLine.hs b/CmdLine.hs index 6fc99c3..7f5cd79 100644 --- a/CmdLine.hs +++ b/CmdLine.hs @@ -62,8 +62,7 @@ spin host = do bootstrap url = shellWrap $ intercalate " && " [ intercalate " ; " [ "if [ ! -d " ++ localdir ++ " ]" - , "then" - , intercalate " && " + , "then " ++ intercalate " && " [ "apt-get -y install git" , "git clone " ++ url ++ " " ++ localdir ]