Merge pull request #1197 from CreativityKills/bug/artisan-bundle-provider
Bug/artisan bundle provider
This commit is contained in:
@@ -73,7 +73,7 @@ abstract class Provider {
|
||||
// zip that was put in the storage directory.
|
||||
if ($remote === false)
|
||||
{
|
||||
throw new \Exception("Error downloading bundle [{$bundle}].");
|
||||
throw new \Exception("Error downloading the requested bundle.");
|
||||
}
|
||||
|
||||
return $remote;
|
||||
|
||||
Reference in New Issue
Block a user