Files
pulse/internal
rcourtman 7530b66254 fix(setup): escape printf %s in Sprintf template to fix format verb count (#1297)
The printf '%s\n' calls in shell code within the Go Sprintf template
were being counted as format verbs, causing a build failure (10 verbs
but 9 args). Using %%s produces literal %s in the output.
2026-02-27 14:44:41 +00:00
..
2026-01-25 21:08:44 +00:00