From 75804ab51883121a5276595ad92e638463ca0c0f Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sun, 4 Feb 2024 16:00:37 +0000 Subject: [PATCH] Fix grammar --- docker-mods.v3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-mods.v3 b/docker-mods.v3 index f47e38f..a7c6a51 100755 --- a/docker-mods.v3 +++ b/docker-mods.v3 @@ -217,7 +217,7 @@ get_blob_sha() { # If there's a layer element it's a single-arch manifest so just get that digest jq -r '.layers[0].digest' <<< "${MULTIDIGEST}"; else - # Otherwise it's multi-arch or has a manifest annotations + # Otherwise it's multi-arch or has manifest annotations if jq -e '.manifests[]?.annotations // empty' <<< "${MULTIDIGEST}" >/dev/null 2>&1; then # Check for manifest annotations and delete if found write_mod_debug "Mod has one or more manifest annotations" >&2