We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d09297 commit 06f7da7Copy full SHA for 06f7da7
stackit/internal/utils/utils.go
@@ -91,7 +91,6 @@ func SupportedValuesDocumentation(values []string) string {
91
return ""
92
}
93
return "Supported values are: " + strings.Join(QuoteValues(values), ", ") + "."
94
-
95
96
97
func QuoteValues(values []string) []string {
0 commit comments