Skip to content

Commit

Permalink
http to https
Browse files Browse the repository at this point in the history
  • Loading branch information
toshimaru committed Apr 26, 2017
1 parent 548f558 commit 45fe7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -2,7 +2,7 @@ var fetch = require('node-fetch');
var argv = require('minimist')(process.argv.slice(2));
var columnify = require('columnify');

const AWS_PRICE_JS_URL = 'http://a0.awsstatic.com/pricing/1/ec2/linux-od.min.js';
const AWS_PRICE_JS_URL = 'https://a0.awsstatic.com/pricing/1/ec2/linux-od.min.js';

// help
if (argv.h || argv.help) {
Expand Down

0 comments on commit 45fe7ec

Please sign in to comment.