added message for zip install.

This commit is contained in:
Taylor Otwell
2012-02-02 15:37:36 -06:00
parent ef2c5af4f1
commit 62ee825071

View File

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