Merge pull request #1197 from CreativityKills/bug/artisan-bundle-provider

Bug/artisan bundle provider
This commit is contained in:
Jason Lewis 2012-09-09 20:46:23 -07:00
commit ca94296343
1 changed files with 1 additions and 1 deletions

View File

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