diff --git a/src/Command/UpgradeDlCommand.php b/src/Command/UpgradeDlCommand.php index 0dd26c7e..74552497 100644 --- a/src/Command/UpgradeDlCommand.php +++ b/src/Command/UpgradeDlCommand.php @@ -76,7 +76,7 @@ protected function execute(InputInterface $input, OutputInterface $output) { ); // Rsync the files into place - $dest = $vars['CIVI_FILES']; + $dest = $vars['CIVI_CORE']; switch ($cms) { case 'WordPress': // Drop the final "civicrm/" from the file path, otherwise the same as Drupal diff --git a/src/Command/UpgradeGetCommand.php b/src/Command/UpgradeGetCommand.php index 7d47567c..cd7803ef 100644 --- a/src/Command/UpgradeGetCommand.php +++ b/src/Command/UpgradeGetCommand.php @@ -76,7 +76,7 @@ protected function execute(InputInterface $input, OutputInterface $output) { $result['git'] = $lookup['git']; } if (!empty($lookup['tar'][$cms])) { - $result['path'] = $lookup['tar'][$cms]; + $result['url'] = $lookup['tar'][$cms]; } }