Skip to content
This repository has been archived by the owner on Sep 21, 2018. It is now read-only.

Commit

Permalink
work on #1
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Oct 14, 2016
1 parent 938bcb6 commit cb4f1d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env node
#!/usr/bin/env/node

const WIN32 = process.platform.indexOf("win32") !== -1;
const Spawn = require('child_process').spawn;
Expand Down Expand Up @@ -92,4 +92,4 @@ function installBin() {

console.log(src + ' -> ' + dest);
FS.symlinkSync(src, dest);
}
}

0 comments on commit cb4f1d3

Please sign in to comment.