From 1b5ce408d722d25001e9e8a090c3db265f0b5742 Mon Sep 17 00:00:00 2001 From: Samuel Aubertin Date: Fri, 2 May 2025 00:00:44 +0200 Subject: [PATCH] Typo in GCE_ZONE --- src/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.mk b/src/options.mk index 85e6393..5a5a825 100644 --- a/src/options.mk +++ b/src/options.mk @@ -132,8 +132,8 @@ OPACK_GCE_BUCKET?=$(OPACK_GCE_PROJECT) # OPACK_GCE_REGION: The Google Cloud Compute Engine region. OPACK_GCE_REGION?=europe-west4 -# OPACK_GCE_REGION: The Google Cloud Compute Engine zone. -OPACK_GCE_REGION?=europe-west4-b +# OPACK_GCE_ZONE: The Google Cloud Compute Engine zone. +OPACK_GCE_ZONE?=europe-west4-b # Define the machine type for the VM OPACK_GCE_MACHINE?=e2-micro