From 63c770a86a24c4bafe3c6f42af82e1f6ea99bb4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 22 Nov 2025 16:11:36 +0100 Subject: [PATCH] fix: correct heredoc syntax - args before heredoc marker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change from `python3 < --- artifact_comfyui_download.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artifact_comfyui_download.sh b/artifact_comfyui_download.sh index 54689c0..bc8cc9b 100755 --- a/artifact_comfyui_download.sh +++ b/artifact_comfyui_download.sh @@ -191,7 +191,7 @@ parse_yaml() { local yaml_file="$1" local category="$2" - python3 <