Skip to content

Commit

Permalink
[complex_example.rb]: Use '/usr/bin/env ruby' to ensure compatibility (
Browse files Browse the repository at this point in the history
  • Loading branch information
huNt-FMJ authored Nov 4, 2022
1 parent 2758e16 commit 9eb5923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complex_example.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/ruby
#!/usr/bin/env ruby
# frozen_string_literal: true

require "msteams_hermes/actions/open_url"
Expand Down

0 comments on commit 9eb5923

Please sign in to comment.