Skip to content

Commit d4d2da5

Browse files
dfirovaShabirmean
authored andcommitted
fix(samples): bug fix for setup script (#549)
FIXED: revocation of authorization to silence warning
1 parent c3e0d6e commit d4d2da5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

retail/interactive-tutorials/user_environment_setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ then
4848
else
4949
service_account_id="${email%@*}"
5050
# Log out of service account
51-
gcloud auth revoke
51+
gcloud auth revoke 2>/dev/null
5252
fi
5353
echo "$service_account_id"
5454

0 commit comments

Comments
 (0)