diff --git a/raise-all-market-products.sh b/raise-all-market-products.sh index c9baba1..5134699 100755 --- a/raise-all-market-products.sh +++ b/raise-all-market-products.sh @@ -37,7 +37,7 @@ fi githubRepos() { ghApi="orgs/${org}/repos?per_page=100" - gh api "${ghApi}" + curl https://api.github.com/${ghApi} | } githubReposC(){