Skip to content

Commit

Permalink
better with curl?
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-rew committed Nov 28, 2024
1 parent 83fa3f1 commit 6243a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raise-all-market-products.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi

githubRepos() {
ghApi="orgs/${org}/repos?per_page=100"
gh api "${ghApi}"
curl https://api.github.com/${ghApi} |
}

githubReposC(){
Expand Down

0 comments on commit 6243a0b

Please sign in to comment.