Skip to content

Commit 2bf7563

Browse files
committed
add extra information to the custom_shebang warning, fix #15
1 parent 7ef9339 commit 2bf7563

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/executable-hooks/wrapper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def self.ensure_custom_shebang
2828
Found custom_shebang: '#{Gem.configuration[:custom_shebang]}',
2929
Expected custom_shebang: '#{expected_shebang}',
3030
this can potentially break 'executable-hooks' and gem executables overall!
31+
Check your '~/.gemrc' and '/etc/gemrc' for 'custom_shebang' and remove it.
3132
")
3233
end
3334
end

0 commit comments

Comments
 (0)