Skip to content

Commit

Permalink
Need to reinit the config file too, since we have a bunch of special
Browse files Browse the repository at this point in the history
settings now.
  • Loading branch information
sdboyer committed Feb 19, 2011
1 parent 135b387 commit 22a0fd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions db-migrate-stage1.drush.php
Expand Up @@ -125,9 +125,9 @@
$job = array(
'repository' => $repo,
'operation' => array(
// We need to properly init the hooks now, after the translation & keyword
// stripping commits have been pushed in.
'reInit' => array(array('hooks')),
// We need to properly init the hooks now and the config file, after the
// translation & keyword stripping commits have been pushed in.
'reInit' => array(array('hooks', 'config')),
),
);
}
Expand Down

0 comments on commit 22a0fd4

Please sign in to comment.