Commit b989594c authored by Taylor Otwell's avatar Taylor Otwell

clean up a few things.

parent b97dccfb
...@@ -29,7 +29,7 @@ class Github extends Provider { ...@@ -29,7 +29,7 @@ class Github extends Provider {
parent::zipball($bundle, $url, true); parent::zipball($bundle, $url, true);
echo "Bundle [{$bundle['name']} has been installed!".PHP_EOL; echo "Bundle [{$bundle['name']}] has been installed!".PHP_EOL;
} }
/** /**
......
...@@ -45,7 +45,7 @@ abstract class Provider { ...@@ -45,7 +45,7 @@ abstract class Provider {
// so the bundle will be usable by the develoepr. // so the bundle will be usable by the develoepr.
$path = $this->path($bundle); $path = $this->path($bundle);
File::cpdir($latest->getRealPath(), path('bundle').$path); File::mvdir($latest->getRealPath(), path('bundle').$path);
@unlink($target); @unlink($target);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment