From a81a7b0df7378930df2705847b2d00fc37a892cd Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Fri, 15 Jul 2022 14:35:44 -0300 Subject: [PATCH] pull-arabic: add parenthesis --- bin/json/pull-arabic | 2 +- bin/json/pull-english | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/json/pull-arabic b/bin/json/pull-arabic index b125c34..6ab5c6e 100755 --- a/bin/json/pull-arabic +++ b/bin/json/pull-arabic @@ -52,7 +52,7 @@ end .end exit(1) end - line.rewind.print "#{chapter} of 114 chapters saved. " + line.rewind.print("#{chapter} of 114 chapters saved. ") sleep(delay) end line.end.print(Paint["Done.", :bold]).end diff --git a/bin/json/pull-english b/bin/json/pull-english index d9c1618..4769129 100755 --- a/bin/json/pull-english +++ b/bin/json/pull-english @@ -5,7 +5,7 @@ # is requested from the https://quran.com website. # # Each chapter is then saved to a JSON file - for example: -# "src/en/1.json", "src/en/2.json", etc. +# "src/json/en/1.json", "src/json/en/2.json", etc. ## # Dependencies