Skip to content

Commit

Permalink
Use /usr/bin/env to find ruby. Improves cross platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
Firefishy committed Aug 24, 2023
1 parent e9560af commit b005795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby

ok = true

Expand Down

0 comments on commit b005795

Please sign in to comment.