From 959c7fc57c9259d11954ac9ad4e84b4f4f3a74b6 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Thu, 9 Feb 2023 01:46:30 -0300 Subject: [PATCH] Fix typo in bin/quran-json --- bin/quran-json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/quran-json b/bin/quran-json index 777f18d..d11e304 100755 --- a/bin/quran-json +++ b/bin/quran-json @@ -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)