Skip to content

Commit

Permalink
url difference for upgrade:get
Browse files Browse the repository at this point in the history
  • Loading branch information
agh1 committed Sep 27, 2016
1 parent 87bfc03 commit 33e070b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/UpgradeGetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected function execute(InputInterface $input, OutputInterface $output) {
$cms = $result['vars']['CIVI_UF'];
}

$url = "https://upgrades.civicrm.org/check?stability=$stability";
$url = "https://upgrade.civicrm.org/check?stability=$stability";
$ch = curl_init($url);
$lookup = curl_exec($ch);
curl_close($ch);
Expand Down

0 comments on commit 33e070b

Please sign in to comment.