Skip to content

Commit 401c1e6

Browse files
authored
fix: 🩹 non-critical fixes in build.sh (#4)
1 parent a812b54 commit 401c1e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ get_website_repo_details() {
1313
jq
1414
}
1515

16-
# For larger project websites.
17-
get_website_repo_details website,project > data/projects.json
16+
# For project websites.
17+
get_website_repo_details project,website > data/projects.json
1818

1919
# For documentation/resource/support websites.
2020
get_website_repo_details resource,website > data/resources.json

0 commit comments

Comments
 (0)