From 5307a560bd386f17214ea65a876a472d8f7e9b01 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 2 Nov 2016 14:45:17 -0400 Subject: [PATCH] fix service account create call --- src/gam-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gam-install.sh b/src/gam-install.sh index bb0d93a8..6d1bae60 100755 --- a/src/gam-install.sh +++ b/src/gam-install.sh @@ -231,7 +231,7 @@ while $project_created; do case $yn in [Yy]*) echo_yellow "Great! Checking service account scopes.This will fail the first time. Follow the steps to authorize and retry. It can take a few minutes for scopes to PASS after they've been authorized in the admin console." - $target_dir/gam check serviceaccount + $target_dir/gam/gam check serviceaccount rc=$? if (( $rc == 0 )); then echo_green "Service account authorization complete."