diff --git a/schema.json b/schema.json index b43d7b42..bc5d8b6e 100644 --- a/schema.json +++ b/schema.json @@ -968,7 +968,7 @@ "type": "object", "description": "long form commands like `run:`", "propertyNames": { - "pattern": "^[a-z][a-z\\d-\/_]*$", + "pattern": "^[a-z][a-z\\d\/_-]*$", "not": { "pattern": "^(when|unless)$" }