Skip to content

Commit

Permalink
fix: bin perms
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Nov 11, 2022
1 parent 9ffe877 commit faa1f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dev
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ const g = (global.oclif = global.oclif || {});
global.oclif.debug = true;

// Start the CLI
oclif.run().then(require('@oclif/core/flush')).catch(require('@oclif/core/handle'));
oclif.run().then(require('@oclif/core/flush')).catch(require('@oclif/core/handle'));

0 comments on commit faa1f0a

Please sign in to comment.