Skip to content

Commit

Permalink
No https, no standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jul 10, 2014
1 parent f249973 commit be0aa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -27,7 +27,7 @@ process.stdin.pipe(concat(function(data) {
if (err) {
console.error('Unable to create Gist:' + JSON.stringify(res));
} else {
open('https://bl.ocks.org/d/' + res.id);
open('http://bl.ocks.org/' + res.id);
}
});
}));

0 comments on commit be0aa2a

Please sign in to comment.