Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
fix(check): must be executable via bin
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Tacker committed Dec 6, 2016
1 parent 569d0aa commit 2c2fa20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

const colors = require('colors')
const email = process.env.GIT_AUTHOR_EMAIL
const emailPattern = process.argv[process.argv.length - 1]
Expand Down

0 comments on commit 2c2fa20

Please sign in to comment.