From 91ded565c614826e371ff5978af97a6afc0607ed Mon Sep 17 00:00:00 2001 From: Sergey Kiselev Date: Thu, 7 Nov 2024 10:43:31 +0500 Subject: [PATCH] say: Fixed `_godville()` function to generate URLs correctly --- say | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/say b/say index 28063b7..ce07ef7 100755 --- a/say +++ b/say @@ -49,7 +49,7 @@ _time() { _godville() { base="https://godville.net/gods/api" - god="" + god="$( jq -rn --arg x 'god name' '$x|@uri' )" api_key="" url="${base}/${god}/${api_key}" quote="$( ${CURL} "${url}" | jq ".diary_last" )"