Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo list #30

Merged
merged 10 commits into from
Jun 13, 2022
Prev Previous commit
Next Next commit
fix loop
admiralAwkbar committed Jun 13, 2022

Verified

This commit was signed with the committer’s verified signature.
blizzz Arthur Schiwon
commit 872f65c178d7a7af3f9b0344d4ccd8686cfab7f3
4 changes: 2 additions & 2 deletions gh-repo-stats
Original file line number Diff line number Diff line change
@@ -849,8 +849,8 @@ ParseRepos() {
echo "Analyzing Repo: ${REPO_NAME}"
ParseRepoData "${REPO_DATA}"
fi
done
fi
fi
done
}
################################################################################
#### Function ParseRepoData ####################################################