From 389ea40a776011cee74862da56ed1abc771f661a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 6 Jan 2014 15:50:22 -0200 Subject: Drush: do not self-update --- files/drushrc.php | 3 +++ 1 file changed, 3 insertions(+) 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; -- cgit v1.2.3