diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 16:52:20 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 16:52:20 -0400 |
| commit | 679dd59ef78dc129b1db921cfa3b1f059bf68cdc (patch) | |
| tree | 1bf9d8287100615209ae90ca204d9fd3378fee0c | |
| parent | bbc0912aee0289ffdf305c7a7e3b4f54dc3936b2 (diff) | |
propellor spin
| -rw-r--r-- | Propellor/CmdLine.hs | 2 |
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" |
