Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
fix(samples): bug fix for setup script (#549)
Browse files Browse the repository at this point in the history
FIXED: revocation of authorization to silence warning
  • Loading branch information
dfirova committed Sep 23, 2022
1 parent b047c99 commit abc4b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/interactive-tutorials/user_environment_setup.sh
Expand Up @@ -48,7 +48,7 @@ then
else
service_account_id="${email%@*}"
# Log out of service account
gcloud auth revoke
gcloud auth revoke 2>/dev/null
fi
echo "$service_account_id"

Expand Down

0 comments on commit abc4b3e

Please sign in to comment.