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'; }