From 5e3daadf49bb6f812116e2dcf90fb4cae91222d9 Mon Sep 17 00:00:00 2001 From: Benjamin Sherman Date: Sun, 10 Nov 2024 14:22:13 -0600 Subject: [PATCH] different grammar to avoid single-quote --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 213d448..42c8dda 100644 --- a/Justfile +++ b/Justfile @@ -324,7 +324,7 @@ rechunk image="bluefin" tag="stable" flavor="main": --env PREV_REF=ghcr.io/{{ repo_organization }}/"${dst_img}":"${dst_tag}" \ --env OUT_NAME="$OUT_NAME" \ --env LABELS="org.opencontainers.image.title={{ my_image_styled }}$'\n'org.opencontainers.image.version=${fedora_version}-$(date +%Y%m%d-%H:%M:%S)$'\n''io.artifacthub.package.readme-url=https://raw.githubusercontent.com/{{ repo_organization }}/{{ repo_name }}/refs/heads/main/README.md'$'\n'" \ - --env "DESCRIPTION='This {{ my_image_styled }} is {{ repo_organization }}\\'s customized image of ghcr.io/ublue-os/${src_img}:${src_tag}'" \ + --env "DESCRIPTION='This {{ my_image_styled }} is a {{ repo_organization }} customized version of ghcr.io/ublue-os/${src_img}:${src_tag}'" \ --env VERSION_FN=/workspace/version.txt \ --env OUT_REF="oci:$OUT_NAME" \ --env GIT_DIR="/var/git" \