From 4ec7bd7619b2ca0ed13e49dd7263f81295c97af4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 19:13:26 -0400 Subject: propellor spin --- CmdLine.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CmdLine.hs b/CmdLine.hs index 6fc99c3c..7f5cd79d 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 ] -- cgit v1.2.3