diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2014-01-06 15:50:22 -0200 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2014-01-06 15:50:22 -0200 |
| commit | 389ea40a776011cee74862da56ed1abc771f661a (patch) | |
| tree | 3bbc22807825d661bb5ae73920afc01ce0825fdc /files | |
| parent | 6145f645f559a67e6970474ab711da392af9aedf (diff) | |
| download | puppet-drupal-389ea40a776011cee74862da56ed1abc771f661a.tar.gz puppet-drupal-389ea40a776011cee74862da56ed1abc771f661a.tar.bz2 | |
Drush: do not self-update
Diffstat (limited to 'files')
| -rw-r--r-- | files/drushrc.php | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
