added message for zip install.
This commit is contained in:
parent
ef2c5af4f1
commit
62ee825071
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue