bash -> node, duh

This commit is contained in:
AJ ONeal 2015-06-24 15:45:54 -06:00
parent 98f710dcfe
commit bee8267743
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env node
'use strict';
var https = require('https');