From d0e8fef43bb2a5d4444221fe8018247a3a34fd4d Mon Sep 17 00:00:00 2001 From: nikochiko Date: Wed, 26 Aug 2026 14:27:36 +0530 Subject: [PATCH] fix: install.sh: call upsert_gee_account_from_json with account_name=... instead of project_name=... which doesn't exist. --- installation/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/install.sh b/installation/install.sh index 847dccfb..e392e524 100755 --- a/installation/install.sh +++ b/installation/install.sh @@ -1853,7 +1853,7 @@ staged_credentials = copy_gee_credentials_into_repo( account = upsert_gee_account_from_json( credentials_path=staged_credentials["absolute_path"], - project_name=os.environ["GEE_PROJECT_NAME"], + account_name=os.environ["GEE_PROJECT_NAME"], ) print(