Fixing spacing.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
parent
9ab1144f78
commit
f110ccde4f
|
@ -54,6 +54,7 @@ public function install($bundles)
|
||||||
$path = path('bundle').$this->path($bundle);
|
$path = path('bundle').$this->path($bundle);
|
||||||
|
|
||||||
echo "Fetching [{$bundle['name']}]...";
|
echo "Fetching [{$bundle['name']}]...";
|
||||||
|
|
||||||
$this->download($bundle, $path);
|
$this->download($bundle, $path);
|
||||||
|
|
||||||
echo "done! Bundle installed.".PHP_EOL;
|
echo "done! Bundle installed.".PHP_EOL;
|
||||||
|
|
Loading…
Reference in New Issue