Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amenocal committed Mar 29, 2024
1 parent 9a82187 commit 1bda8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-repo-stats
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ CheckAdminRights() {
##################
# Get membership #
##################
MEMBERSHIP_DATA=$(gh api orgs/${ORG_NAME}/memberships/${USER_LOGIN})
MEMBERSHIP_DATA=$(gh api "orgs/${ORG_NAME}/memberships/${USER_LOGIN}")
ERROR_CODE=$?

if [ "${ERROR_CODE}" -ne 0 ]; then
Expand Down

0 comments on commit 1bda8a5

Please # to comment.