google / jsonnet

Jsonnet - The data templating language
http://jsonnet.org
Apache License 2.0
6.92k stars 438 forks source link

Fix `std.format` calls in `std.{all,any}` #1102

Closed ashi009 closed 10 months ago

ashi009 commented 1 year ago

std.format expects 2 positional arguments instead of 3.

Fixes #1101