From e1d54892d196fe02afa8abb91384c3a7aeca714f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 2 Jul 2024 21:20:34 +0200 Subject: [PATCH] Fix typo in helpers_version schema (#2451) --- schemas/manifest.v2.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index 21c59cf1..ac38f571 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -153,7 +153,7 @@ }, "helpers_version": { "type": "string", - "pattern": "^[0.9]*\\.[0-9]*$" + "pattern": "^[0-9]*\\.[0-9]*$" }, "architectures": { "oneOf": [