clean up a few things.

This commit is contained in:
Taylor Otwell 2012-02-02 15:54:28 -06:00
parent b97dccfbbc
commit b989594c82
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ protected function zipball($bundle)
parent::zipball($bundle, $url, true);
echo "Bundle [{$bundle['name']} has been installed!".PHP_EOL;
echo "Bundle [{$bundle['name']}] has been installed!".PHP_EOL;
}
/**

View File

@ -45,7 +45,7 @@ protected function zipball($bundle, $url)
// so the bundle will be usable by the develoepr.
$path = $this->path($bundle);
File::cpdir($latest->getRealPath(), path('bundle').$path);
File::mvdir($latest->getRealPath(), path('bundle').$path);
@unlink($target);
}