Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
williambulin committed Jun 1, 2021
1 parent 4ac301c commit 1ced41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ exports.determineVersion = exports.getPlatform = exports.storageUrl = void 0;
const core = __importStar(__nccwpck_require__(2186));
const httpm = __importStar(__nccwpck_require__(9925));
const semver = __importStar(__nccwpck_require__(1383));
exports.storageUrl = 'https://storage.googleapis.com/flutter_infra/releases';
exports.storageUrl = 'https://storage.googleapis.com/flutter_infra_release/releases';
function getPlatform() {
const platform = process.platform;
if (platform == 'win32') {
Expand Down Expand Up @@ -8521,4 +8521,4 @@ module.exports = require("util");;
/******/ module.exports = __webpack_exports__;
/******/
/******/ })()
;
;

0 comments on commit 1ced41a

Please sign in to comment.