mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 18:53:37 +00:00
7530b66254
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.