From 33e070ba6635871927b5ee9c0d914229886947cc Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Tue, 27 Sep 2016 17:20:38 -0400 Subject: [PATCH] url difference for upgrade:get --- src/Command/UpgradeGetCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/UpgradeGetCommand.php b/src/Command/UpgradeGetCommand.php index ddff5f7a..25265bd0 100644 --- a/src/Command/UpgradeGetCommand.php +++ b/src/Command/UpgradeGetCommand.php @@ -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);