Skip to content

Commit dfd5951

Browse files
committed
Remove superfluous command-separators
1 parent ee3fd66 commit dfd5951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ packages_extras=$(echo "$PIP_EXTRA_PACKAGES" | tr ' ' '\n')
5454

5555
current_hash=$(
5656
{
57-
echo "$packages_comfyui";
58-
echo "$packages_custom";
57+
echo "$packages_comfyui"
58+
echo "$packages_custom"
5959
echo "$packages_extras"
6060
} | sort | sha256sum | awk '{print $1}'
6161
)

0 commit comments

Comments
 (0)