diff --git a/shell_docker_compose_update.sh b/shell_docker_compose_update.sh index 42d90a7..39649c4 100644 --- a/shell_docker_compose_update.sh +++ b/shell_docker_compose_update.sh @@ -196,10 +196,6 @@ wait_for_healthy() { done } -format_hash() { - echo "$1" | sed 's/./&\u200B/g' -} - get_remote_digest() { local image="$1" @@ -470,8 +466,6 @@ while IFS= read -r -d '' file; do fi if [ "$NTFY_SHOW_VERSIONS" = true ]; then - before=$(format_hash "$before") - after=$(format_hash "$after") stack_block+=$'\n'"$prefix $svc ($before → $after)" else stack_block+=$'\n'"$prefix $svc"