Consolidate Bundle::path and ::location

This commit is contained in:
Phill Sparks
2012-02-17 11:18:55 +00:00
parent e828b6c0c3
commit aa9d790a15
2 changed files with 9 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ class Bundler extends Task {
// First we want to retrieve the information for the bundle, such as
// where it is currently installed. This will allow us to upgrade
// the bundle into it's current installation path.
$location = Bundle::location($name);
$location = Bundle::path($name);
// If the bundle exists, we will grab the data about the bundle from
// the API so we can make the right bundle provider for the bundle,