Skip to content

Commit 30a3b29

Browse files
committed
fix: enable GCP deployments
1 parent 785d68a commit 30a3b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/cloud/operator/internal/controller/dynamocomponent_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ echo "Done"
10231023
"-c",
10241024
fmt.Sprintf(`set -e
10251025
gcloud --quiet config get-value account
1026-
TOKEN=$(gcloud --quietauth print-access-token)
1026+
TOKEN=$(gcloud --quiet auth print-access-token)
10271027
cat > %s/config.json <<EOL
10281028
{
10291029
"auths": {

0 commit comments

Comments
 (0)