Skip to content

Commit

Permalink
Use the proper [...].buddy.com URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigpatten committed Jun 8, 2017
1 parent 064164d commit 90e0e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cli.setUserAgent(`parse-on-buddy/${module.exports.version}/${process.version}/${
Promise.promisifyAll(request, { multiArgs: true });

function minimumVersionCheck() {
return request.getAsync('https://parseonbuddy.blob.core.windows.net/cli/minimum.txt').spread((response, body) => {
return request.getAsync('https://cdn.parse.buddy.com/cli/minimum.txt').spread((response, body) => {
if (response.statusCode !== 200) {
return Promise.reject(`Error: unable to fetch minimum CLI version (HTTP ${response.statusCode}). Contact Buddy Support.`);
}
Expand Down

0 comments on commit 90e0e6a

Please sign in to comment.