Fix grammar

This commit is contained in:
TheSpad
2024-02-04 16:00:37 +00:00
parent a1b3593dd5
commit 75804ab518
+1 -1
View File
@@ -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