From f5554211c572011cdfd19881888ebc5f062669e2 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Wed, 16 Oct 2019 10:30:51 -0500 Subject: [PATCH] Use releases_1.1.json --- src/constants.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/constants.js b/src/constants.js index 59d0c1e..f267519 100644 --- a/src/constants.js +++ b/src/constants.js @@ -27,11 +27,10 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' + '9wIDAQAB\n' + '-----END PUBLIC KEY-----'; - const REPERTORY_BRANCH = '1.2.x_branch'; const REPERTORY_UI_BRANCH = '1.1.x_branch'; -exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases.json'; +exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.1.json'; exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json'; exports.LINUX_DETECT_SCRIPT_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/detect_linux.sh';