Skip to content

Commit

Permalink
Whoops indexing the wrong thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddant1 committed Aug 28, 2024
1 parent f5d7a16 commit 5371c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/scripts/GetRepoInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 5371c7b

Please sign in to comment.