Skip to content

Commit

Permalink
Merge pull request #16 from frqnck/patch-1
Browse files Browse the repository at this point in the history
Modify the shebang line so it is env independent
  • Loading branch information
Anadian committed Jun 11, 2022
2 parents 56c2300 + 32fd3db commit b3460a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/main.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/local/bin/node
#! /usr/bin/env node
'use strict';
/**
# [extract-documentation-comments.js](source/main.js)
Expand Down

0 comments on commit b3460a7

Please sign in to comment.