mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix a typo in a local variable name
This commit is contained in:
parent
4dc120cb7f
commit
51ac93011a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ source = false
|
|||
templates = []
|
||||
|
||||
ARGV.options do |o|
|
||||
o.on('-i', '--input=PATH') {|v| template << v}
|
||||
o.on('-i', '--input=PATH') {|v| templates << v}
|
||||
o.on('-x', '--source') {source = true}
|
||||
out.def_options(o)
|
||||
o.order!(ARGV)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue