diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 19:13:26 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 19:13:26 -0400 |
| commit | 4ec7bd7619b2ca0ed13e49dd7263f81295c97af4 (patch) | |
| tree | 45a63115a3cc0615585b8acb59062a01e53bb893 | |
| parent | 0f623044f485121e39a6389bb1511f9afb40cd20 (diff) | |
propellor spin
| -rw-r--r-- | CmdLine.hs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ] |
