Files
eric 14162f55c2 fix: use heredoc for python3 to avoid shell quoting bugs
The previous python3 -c '...' approach broke when lambdas
contained single quotes (e.g. '"' + tag + '"'), causing
the bash string to terminate early and output literal text
instead of variable values.
2026-06-18 19:21:22 -07:00
..