Skip to content

Commit

Permalink
remove one last echo
Browse files Browse the repository at this point in the history
  • Loading branch information
amenocal committed Mar 29, 2024
1 parent 9516223 commit dcad7c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gh-repo-stats
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,6 @@ ParseRepos() {
echo "REPOS after base64 encoding: ${ENCODED_REPOS}"
for REPO_DATA in $(echo -n "${REPOS}" | jq -r '.[] | @base64'); do
_jq() {
echo "decoding REPO_DATA in Parse Repos"
echo -n "${REPO_DATA}" | base64 --decode | jq -r "${1}"
}

Expand Down

0 comments on commit dcad7c5

Please sign in to comment.