From d4d2da518b084f6b9943e567a78e4b0d7bbbd74c Mon Sep 17 00:00:00 2001 From: dfirova <93149631+dfirova@users.noreply.github.com> Date: Sat, 24 Sep 2022 01:34:15 +0300 Subject: [PATCH] fix(samples): bug fix for setup script (#549) FIXED: revocation of authorization to silence warning --- retail/interactive-tutorials/user_environment_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retail/interactive-tutorials/user_environment_setup.sh b/retail/interactive-tutorials/user_environment_setup.sh index a8c8e65def9..f2ba633d647 100644 --- a/retail/interactive-tutorials/user_environment_setup.sh +++ b/retail/interactive-tutorials/user_environment_setup.sh @@ -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"