Browse Source

Fixing spacing.

Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
Taylor Otwell 12 years ago
parent
commit
f110ccde4f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      laravel/cli/tasks/bundle/bundler.php

+ 1 - 0
laravel/cli/tasks/bundle/bundler.php

@@ -54,6 +54,7 @@ class Bundler extends Task {
 			$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;