Fixing spacing.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
Taylor Otwell 2012-03-04 13:59:32 -06:00
parent 9ab1144f78
commit f110ccde4f
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public function install($bundles)
$path = path('bundle').$this->path($bundle);
echo "Fetching [{$bundle['name']}]...";
$this->download($bundle, $path);
echo "done! Bundle installed.".PHP_EOL;