Changed !/bin/env to !/usr/bin/env, fixes #2
This commit is contained in:
parent
10126a9017
commit
8e6a790b74
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/env node
|
||||
#!/usr/bin/env node
|
||||
const fs = require('fs');
|
||||
const cli = require('cli');
|
||||
const galaxy = require('./index');
|
||||
|
|
Reference in a new issue