parent
0256ebc966
commit
74b3780ab5
|
|
@ -95,7 +95,8 @@ class OctoberUpdate extends Command
|
||||||
|
|
||||||
if ($coreHash) {
|
if ($coreHash) {
|
||||||
$this->output->writeln('<info>Unpacking application files</info>');
|
$this->output->writeln('<info>Unpacking application files</info>');
|
||||||
$manager->extractCore($coreHash, $coreBuild);
|
$manager->extractCore();
|
||||||
|
$manager->setBuild($coreBuild, $coreHash);
|
||||||
}
|
}
|
||||||
|
|
||||||
foreach ($plugins as $code => $plugin) {
|
foreach ($plugins as $code => $plugin) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue