Skip to content

Commit

Permalink
Upgrade: fixes to key names
Browse files Browse the repository at this point in the history
  • Loading branch information
agh1 committed May 10, 2017
1 parent fe69d29 commit cdfb2ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Command/UpgradeDlCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Command/UpgradeGetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
}

Expand Down

0 comments on commit cdfb2ab

Please sign in to comment.