Skip to content

Commit f0a2ffe

Browse files
author
Neo Ighodaro
committed
The bundle variable is not defined anywhere in the method scope.
Signed-off-by: Neo Ighodaro <thecreativityteam@yahoo.com>
1 parent f7cdb76 commit f0a2ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/cli/tasks/bundle/providers/provider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ protected function download($url)
7373
// zip that was put in the storage directory.
7474
if ($remote === false)
7575
{
76-
throw new \Exception("Error downloading bundle.");
76+
throw new \Exception("Error downloading the requested bundle.");
7777
}
7878

7979
return $remote;

0 commit comments

Comments
 (0)