From b761188b987de8b276d09efe4dbafff3255fd233 Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Wed, 29 Jun 2022 16:29:41 +0200 Subject: [PATCH] stages/oci-archive: fix comment to use single `#` --- stages/org.osbuild.oci-archive | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/org.osbuild.oci-archive b/stages/org.osbuild.oci-archive index 158717e4..f3ee59e7 100755 --- a/stages/org.osbuild.oci-archive +++ b/stages/org.osbuild.oci-archive @@ -316,7 +316,7 @@ def create_oci_dir(inputs, output_dir, options, create_time): "created_by": f"/bin/sh -c #(nop) osbuild input '{ip}'" }) - ## write config + # write config info = blobs_add_json(blobs, config, "config") manifest["config"] = info