Remove superfluous command-separators

This commit is contained in:
B. Bergeron 2025-08-19 17:44:41 -04:00
parent bee3c099b9
commit e68b3b0d0e
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=$(
{
echo "$packages_comfyui";
echo "$packages_custom";
echo "$packages_comfyui"
echo "$packages_custom"
echo "$packages_extras"
} | sort | sha256sum | awk '{print $1}'
)