Use $this->bootstrap.

$this->boostrap makes the output match the file changed.
This commit is contained in:
mark_story 2012-06-18 21:38:08 -04:00
parent d5cf2765dd
commit 3c824b586f

View file

@ -176,7 +176,7 @@ class PluginTask extends AppShell {
if (!preg_match("@\n\s*CakePlugin::loadAll@", $contents)) {
$bootstrap->append("\nCakePlugin::load('$plugin', array('bootstrap' => false, 'routes' => false));\n");
$this->out('');
$this->out(__d('cake_dev', '%s modified', APP . 'Config' . DS . 'bootstrap.php'));
$this->out(__d('cake_dev', '%s modified', $this->bootstrap));
}
}