Skip to content

Commit

Permalink
Stop spewing status info during archive-dump.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Aug 19, 2013
1 parent 163a655 commit 6d28700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/core/archive.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function drush_archive_dump($sites_subdirs = '@self') {

$i=0;
foreach ($sites as $key => $alias) {
if (!$status = drush_invoke_process($alias, 'core-status', array(), array())) {
if (!$status = drush_invoke_process($alias, 'core-status', array(), array(), array('integrate' => FALSE))) {
drush_log(dt('Unable to determine sites directory for !alias', array('!alias' => $key)), 'warning');
}

Expand Down

0 comments on commit 6d28700

Please sign in to comment.