From 740da0342fa5fd706814757ba4859afa4b399b4a Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Tue, 16 Jul 2024 19:41:47 +0900 Subject: [PATCH] Update app/config/runtimes/enum.php Co-authored-by: Christy Jacob --- app/config/runtimes/enum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/runtimes/enum.php b/app/config/runtimes/enum.php index a361c799f0..02fe5fb235 100644 --- a/app/config/runtimes/enum.php +++ b/app/config/runtimes/enum.php @@ -4,6 +4,6 @@ enum Sizes: string { case S_1VCPU_512MB = 's-1vcpu-512mb'; case S_1VCPU_1GB = 's-1vcpu-1gb'; - case S_2VCPU_1GB = 's-2vcpu-1gb'; + case S_2VCPU_2GB = 's-2vcpu-2gb'; case S_2VCPU_4GB = 's-2vcpu-4gb'; }