Skip to content

Commit 75fed77

Browse files
committed
chore(lint): fix revive linter comment for AmazonLinux2023GPU
1 parent 82768b0 commit 75fed77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta2/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ const (
465465
AmazonLinuxGPU EKSAMILookupType = "AmazonLinuxGPU"
466466
// AmazonLinux2023 is the AmazonLinux 2023 AMI type.
467467
AmazonLinux2023 EKSAMILookupType = "AmazonLinux2023"
468-
// AmazonLinux2023 is the AmazonLinux 2023 GPU AMI type.
468+
// AmazonLinux2023GPU is the AmazonLinux 2023 GPU AMI type.
469469
AmazonLinux2023GPU EKSAMILookupType = "AmazonLinux2023GPU"
470470
)
471471

0 commit comments

Comments
 (0)