Skip to content

Commit ca94296

Browse files
committed
Merge pull request laravel#1197 from CreativityKills/bug/artisan-bundle-provider
Bug/artisan bundle provider
2 parents 8004d48 + f0a2ffe commit ca94296

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 [{$bundle}].");
76+
throw new \Exception("Error downloading the requested bundle.");
7777
}
7878

7979
return $remote;

0 commit comments

Comments
 (0)