added message for zip install.

This commit is contained in:
Taylor Otwell 2012-02-02 15:37:36 -06:00
parent ef2c5af4f1
commit 62ee825071
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ protected function zipball($bundle)
$url = "http://nodeload.github.com/{$bundle['location']}/zipball/master";
parent::zipball($bundle, $url, true);
echo "Bundle [{$bundle['name']} has been installed!".PHP_EOL;
}
/**