Browse Source

The bundle variable is not defined anywhere in the method scope.

Signed-off-by: Neo Ighodaro <thecreativityteam@yahoo.com>
Neo Ighodaro 12 years ago
parent
commit
f0a2ffef2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      laravel/cli/tasks/bundle/providers/provider.php

+ 1 - 1
laravel/cli/tasks/bundle/providers/provider.php

@@ -73,7 +73,7 @@ abstract class Provider {
 		// zip that was put in the storage directory.
 		if ($remote === false)
 		{
-			throw new \Exception("Error downloading bundle.");
+			throw new \Exception("Error downloading the requested bundle.");
 		}
 
 		return $remote;