Fix typo in bin/quran-json
This commit is contained in:
parent
da72fd5c8f
commit
959c7fc57c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ def main(argv)
|
|||
libexec_dir = File.join(root_dir, "libexec", "quran-json")
|
||||
require File.join(lib_dir, "pull")
|
||||
|
||||
case ARGV[0]
|
||||
case argv[0]
|
||||
when "pull"
|
||||
options = Pull.cli(argv[1..])
|
||||
if %w[en pt fa].include?(options.locale)
|
||||
|
|
Loading…
Reference in a new issue