The awk '{print $5}' and grep 'assets/' inside the single-quoted
Docker bash -c '...' string closed the outer quote early, producing
"unexpected EOF while looking for matching ')'" at runtime.
Use double-quoted awk with escaped $5 instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 KiB
Executable File
19 KiB
Executable File