Fix undefined variable bug in mikunyan-json
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ while i < ARGV.count
|
|||||||
i += 1
|
i += 1
|
||||||
end
|
end
|
||||||
|
|
||||||
if option[:pretty] && option[:yaml]
|
if opts[:pretty] && opts[:yaml]
|
||||||
warn("Option --pretty is ignored if --yaml is specified.")
|
warn("Option --pretty is ignored if --yaml is specified.")
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user