Skip to content

Commit

Permalink
(Crowdin) Change the JAR location to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvisser committed Jun 24, 2014
1 parent 6cca7d2 commit b33a2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/crowdin/sync.js
Expand Up @@ -54,7 +54,7 @@ var downloadCrowdinLibrary = function(callback) {
} else {
// Download the JAR file
console.log('Downloading crowdin JAR file');
shelljs.exec(util.format('curl http://crowdin.net/downloads/crowdin-cli.jar > %s/crowdin-cli.jar', crowdinDir), {}, callback);
shelljs.exec(util.format('curl https://crowdin.net/downloads/crowdin-cli.jar > %s/crowdin-cli.jar', crowdinDir), {}, callback);
}
};

Expand Down

0 comments on commit b33a2aa

Please sign in to comment.