Skip to content

Commit 7b1f841

Browse files
authored
Fix plan key casing for 'Performance' in MPGPlans (#4612)
1 parent de1c34c commit 7b1f841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/mpg/plans.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var MPGPlans = map[string]PlanDetails{
3333
Memory: "33 GB",
3434
PricePerMo: 962,
3535
},
36-
"performance": {
36+
"Performance": {
3737
Name: "Performance",
3838
CPU: "Performance x 8",
3939
Memory: "64 GB",

0 commit comments

Comments
 (0)