From 5371c7b7dc4918eeaa24a3e32dfa5eab68d65d64 Mon Sep 17 00:00:00 2001 From: Oddant1 Date: Wed, 28 Aug 2024 11:35:56 -0700 Subject: [PATCH] Whoops indexing the wrong thing --- src/lib/scripts/GetRepoInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/scripts/GetRepoInfo.js b/src/lib/scripts/GetRepoInfo.js index 2030812..113d005 100644 --- a/src/lib/scripts/GetRepoInfo.js +++ b/src/lib/scripts/GetRepoInfo.js @@ -134,7 +134,7 @@ for (const repo of repos["repos"]) { repo_info["Short Description"] = info_yaml["short_description"]; repo_info["User Docs"] = info_yaml["user_docs_link"]; - const long_description_path = repo_info["long_description_path"]; + const long_description_path = info_yaml["long_description_path"]; // Get the info const long_description = await octokit.request(