From 18b4bc7a49043dd48a6b26eb96b775f21a74895ad73b172169bedfb23a325d35 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Fri, 7 Oct 2022 12:41:00 +0000 Subject: [PATCH] Accepting request 1008775 from home:cboltz:branches:openSUSE:Tools Fix syntax error OBS-URL: https://build.opensuse.org/request/show/1008775 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-docker_label_helper?expand=0&rev=8 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 5bd9e89..f858ee6 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ FROM opensuse/tumbleweed LABEL org.opencontainers.image.title="Example container" LABEL org.opencontainers.image.description="This contains nano" # endlabelprefix -LABEL not.expanded.label="example +LABEL not.expanded.label="example" ``` expands to