From: Silvio Rhatto Date: Mon, 6 Jan 2014 17:50:22 +0000 (-0200) Subject: Drush: do not self-update X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=389ea40a776011cee74862da56ed1abc771f661a;p=puppet-drupal.git Drush: do not self-update --- diff --git a/files/drushrc.php b/files/drushrc.php index 4127ee8..2854fb0 100644 --- a/files/drushrc.php +++ b/files/drushrc.php @@ -344,3 +344,6 @@ # $options['include'] = $repo . '/drush/commands'; # $options['alias-path'] = $repo . '/drush/aliases'; #} + +# Do not self-update +$options['self-update'] = FALSE;