Remove superfluous command-separators

This commit is contained in:
B. Bergeron 2025-08-19 17:44:41 -04:00
parent c83779bd18
commit 52a9b8640a
No known key found for this signature in database
GPG Key ID: 20A0A88F22238925

View File

@ -54,8 +54,8 @@ packages_extras=$(echo "$PIP_EXTRA_PACKAGES" | tr ' ' '\n')
current_hash=$( current_hash=$(
{ {
echo "$packages_comfyui"; echo "$packages_comfyui"
echo "$packages_custom"; echo "$packages_custom"
echo "$packages_extras" echo "$packages_extras"
} | sort | sha256sum | awk '{print $1}' } | sort | sha256sum | awk '{print $1}'
) )