Skip to content

Commit

Permalink
chore(bundler): Use the portable env shebang
Browse files Browse the repository at this point in the history
This aligns with `resolve_dependencies.rb`.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jul 1, 2024
1 parent 18c7ae4 commit 5904433
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby

# Copyright (C) 2017 The ORT Project Authors (see <https://github.com/oss-review-toolkit/ort/blob/main/NOTICE>)
#
Expand Down

0 comments on commit 5904433

Please sign in to comment.