From 4eb35babed31e27bcc17803442d043edd8b76ff2 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Fri, 14 Jan 2022 12:17:13 +0100 Subject: [PATCH] inputs/org.osbuild.tree: fix typo --- inputs/org.osbuild.tree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputs/org.osbuild.tree b/inputs/org.osbuild.tree index 42249a29..97ac2f7a 100755 --- a/inputs/org.osbuild.tree +++ b/inputs/org.osbuild.tree @@ -26,7 +26,7 @@ SCHEMA = """ "enum": ["org.osbuild.pipeline"] }, "references": { - "description": "Exactly one pipeline identifier to ues as tree input", + "description": "Exactly one pipeline identifier to use as tree input", "oneOf": [{ "type": "array", "additionalItems": false,