clean up a few things.
This commit is contained in:
parent
b97dccfbbc
commit
b989594c82
|
@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue