mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix regexp typo
This commit is contained in:
@@ -18,7 +18,7 @@ ARGV.clone.options do |opts|
|
||||
opts.on("-h", "--help",
|
||||
"Show this help message.") { $stderr.puts opts; exit }
|
||||
|
||||
if RUBY_PLATFORM !~ /(:?mswin|mingw)/
|
||||
if RUBY_PLATFORM !~ /mswin|mingw/
|
||||
opts.separator ""
|
||||
opts.separator "You can also use runner as a shebang line for your scripts like this:"
|
||||
opts.separator "-------------------------------------------------------------"
|
||||
|
||||
Reference in New Issue
Block a user