From a6403aceb3e0f86b4428595644d3f6f8f1546101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eW=C9=98yn?= <5607939+Llewellynvdm@users.noreply.github.com> Date: Sat, 8 Apr 2023 23:32:39 +0200 Subject: [PATCH] Update today.sh Adds Today's Date (full Name) to the json object --- src/today.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/today.sh b/src/today.sh index b7e66e3..3fed8b2 100755 --- a/src/today.sh +++ b/src/today.sh @@ -181,7 +181,7 @@ EVENING_JSON=$(processSection "${E_TIME_N}" "${DAILYLIGHT[$E_TIME_M]}" "${DAILYL # Build the final JSON object JSON='{}' JSON="$( - jq -n --arg date_name "$DATE_NAME" \ + jq -n --arg date_name "$TODAY_DATE" \ --arg date_key "$DATE_KEY" \ --argjson morning "$MORNING_JSON" \ --argjson evening "$EVENING_JSON" \