Skip to content

Commit

Permalink
Merge pull request #1 from sapegin/patch-1
Browse files Browse the repository at this point in the history
Add shebang
  • Loading branch information
rasshofer committed Dec 3, 2016
2 parents 4c52607 + 97a4fc6 commit 3e76ed4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

var path = require('path');
var nconf = require('nconf');
var yamlLint = require('./yaml-lint');
Expand Down

0 comments on commit 3e76ed4

Please sign in to comment.