From f60a4e3c847da00e88c539c7294c3c653de2deed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Wed, 15 Mar 2023 14:50:15 +0100 Subject: [PATCH] stages/lorax-script: add missing type of path to the schema `path` has to be a string, let's make it explicit in the schema. --- stages/org.osbuild.lorax-script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/org.osbuild.lorax-script b/stages/org.osbuild.lorax-script index 68952cfc..6c3f1812 100755 --- a/stages/org.osbuild.lorax-script +++ b/stages/org.osbuild.lorax-script @@ -28,7 +28,7 @@ SCHEMA = """ "required": ["path"], "properties": { "path": { - + "type": "string" }, "basearch": { "type": "string",