This commit is contained in:
Cheng Zhao 2015-01-23 12:16:49 -08:00
parent 854c59df5c
commit fe81e5b32d
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ var fs = require('fs');
var path = require('path');
var request = require('request');
var TARGET_URL = 'http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist/index.json';
var TARGET_URL = 'https://atom.io/download/atom-shell/index.json';
function getDate() {
var today = new Date();