Index: includes/context.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/drush/includes/context.inc,v
retrieving revision 1.16
diff -u -p -r1.16 context.inc
--- includes/context.inc	8 Dec 2009 16:32:27 -0000	1.16
+++ includes/context.inc	28 Dec 2009 22:40:05 -0000
@@ -131,7 +131,7 @@ function drush_load_config($context) {
     // To allow all of the aliases defined in every context to be used together,
     // we merge them all into the 'drush' context as they are encountered.
     if ((isset($options)) && (array_key_exists('site-aliases', $options))) {
-      $cache =& drush_get_context('drush');
+      $cache =& drush_get_context('alias');
       if (array_key_exists('site-aliases', $cache)) {
         $cache['site-aliases'] = array_merge($cache['site-aliases'], $options['site-aliases']);
       }
