Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #23 from 18F/ms-fix_bin_on_mac
Browse files Browse the repository at this point in the history
Fix the bin command on mac and maybe travis
  • Loading branch information
Marco Segreto committed Aug 8, 2016
2 parents 6c5ab91 + b4c5dda commit 6beaf83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
@@ -1,4 +1,4 @@
#!/bin/env node
#!/usr/bin/env node
var program = require('commander');
var path = require('path');
var stylelint = require('stylelint');
Expand Down

0 comments on commit 6beaf83

Please sign in to comment.