We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 507b74b + 3fe8e1d commit b757445Copy full SHA for b757445
k
@@ -2183,7 +2183,7 @@ def generate_application
2183
2184
application = ARGV.delete_at(0)
2185
abort "Must pass name of application to generate, eg. k generate application <application-name>" unless application
2186
- abort "Error: Application name must only contain lower-case alphanumeric characters or '-'" unless application[/^[a-z-]+$/]
+ abort "Error: Application name must only contain lower-case alphanumeric characters or '-'" unless application[/^[a-z0-9-]+$/]
2187
2188
directory = "applications/#{application}"
2189
0 commit comments