summaryrefslogtreecommitdiff
path: root/Propellor/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-10 16:08:38 -0400
committerJoey Hess2014-04-10 16:08:38 -0400
commitff3f25fb4ea1e9aec49d821b9110b3147addbf1b (patch)
tree51a449b843c693a005ad0414467dfcc8404334a2 /Propellor/CmdLine.hs
parente44e4217fdb327c2d941ac5359f30bbadf5c1adf (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 1dbc40fc..6ddf8907 100644
--- a/Propellor/CmdLine.hs
+++ b/Propellor/CmdLine.hs
@@ -194,7 +194,7 @@ spin host = do
bootstrapcmd = shellWrap $ intercalate " ; "
[ "if [ ! -d " ++ localdir ++ " ]"
, "then " ++ intercalate " && "
- [ "apt-get --no-recommends --no-upgrade -y install git make"
+ [ "apt-get --no-install-recommends --no-upgrade -y install git make"
, "echo " ++ toMarked statusMarker (show NeedGitClone)
]
, "else " ++ intercalate " && "