Skip to content

Commit 8a31aa9

Browse files
committed
Switch vagrant to https.
1 parent 757920e commit 8a31aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var cloudfront = 'https://d3oqwi49u9bqjg.cloudfront.net';
1212
if(process.argv[2] === 'stage') {
1313
cloudfront = 'https://d51ivijxlr7mx.cloudfront.net';
1414
} else if (process.argv[2] === 'vagrant') {
15-
cloudfront = 'https://vagrant-client.apiengine.io:40080';
15+
cloudfront = 'https://vagrant-client.apiengine.io:40443';
1616
}
1717

1818

0 commit comments

Comments
 (0)