Skip to content

Commit a46ae63

Browse files
Update tools/cli/internal/apiversion/stabilitylevel.go
Co-authored-by: Andrea Angiolillo <[email protected]>
1 parent 2bd0dd5 commit a46ae63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/cli/internal/apiversion/stabilitylevel.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ func IsStableSabilityLevel(value string) bool {
4949
}
5050

5151
// IsValidStabilityLevel checks if the version is a valid stability level.
52+
// ValidateStabilityLevel checks if the version is a valid stability level.
5253
func ValidateStabilityLevel(value string) error {
5354
if IsStableSabilityLevel(value) || IsPreviewSabilityLevel(value) {
5455
return nil

0 commit comments

Comments
 (0)