From 4a4eb641af7a2210da0b84e4c2d3b3ee8471ac8f Mon Sep 17 00:00:00 2001 From: Henri Wohlfarth Date: Fri, 22 Nov 2024 14:29:22 +0100 Subject: [PATCH] Fixing typo --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 250bb99..87cb23b 100644 --- a/functions.php +++ b/functions.php @@ -48,7 +48,7 @@ function theme_fetch_repo_latest_version() { $response = ' { "new_version": '.$version.', - "url": "https://github.com/InternetSociety/genesis-child-chapters/blob/main/CHANGELOG.txtt", + "url": "https://github.com/InternetSociety/genesis-child-chapters/blob/main/CHANGELOG.txt", "package": "https://github.com/InternetSociety/genesis-child-chapters/archive/refs/heads/main.zip" } ';