From 212fe63a0e0c3597e513b6e3f36c8a6f5b9e4d96 Mon Sep 17 00:00:00 2001 From: Leonardo Barcaroli Date: Thu, 8 Aug 2024 10:46:19 +0200 Subject: [PATCH] Fix the services create help for the regions default value --- pkg/koyeb/services.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/koyeb/services.go b/pkg/koyeb/services.go index c0296214..e04c3a4b 100644 --- a/pkg/koyeb/services.go +++ b/pkg/koyeb/services.go @@ -308,7 +308,7 @@ func (h *ServiceHandler) addServiceDefinitionFlagsForAllSources(flags *pflag.Fla []string{}, "Add a region where the service is deployed. You can specify this flag multiple times to deploy the service in multiple regions.\n"+ "To update a service and remove a region, prefix the region name with '!', for example --region '!par'\n"+ - "If the region is not specified on service creation, the service is deployed in fra\n", + "If the region is not specified on service creation, the service is deployed in was\n", ) flags.StringSlice( "env",