Fix a typo in a local variable name
This commit is contained in:
parent
4dc120cb7f
commit
51ac93011a
@ -12,7 +12,7 @@ source = false
|
|||||||
templates = []
|
templates = []
|
||||||
|
|
||||||
ARGV.options do |o|
|
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}
|
o.on('-x', '--source') {source = true}
|
||||||
out.def_options(o)
|
out.def_options(o)
|
||||||
o.order!(ARGV)
|
o.order!(ARGV)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user