diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/vcpkg.schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vcpkg.schema.json b/scripts/vcpkg.schema.json index 14848f00c..7ee7a27aa 100644 --- a/scripts/vcpkg.schema.json +++ b/scripts/vcpkg.schema.json @@ -16,7 +16,7 @@ "not": { "description": "Identifiers must not be a Windows filesystem or vcpkg reserved name.", "type": "string", - "pattern": "^prn|aux|nul|con|lpt[1-9]|com[1-9]|core|default$" + "pattern": "^(prn|aux|nul|con|lpt[1-9]|com[1-9]|core|default)$" } } ] |
