Commit Graph

3 Commits

Author SHA1 Message Date
Fraser Waters 1912bffe89 Don't use printf without a fixed format string
Fixes https://github.com/pulumi/pulumi/issues/11990

There were a few places we were passing an already formatted string in
as the format argument for printf. This replaces those calls with
non-formatting print calls.
2023-06-21 11:44:06 +01:00
Martin Lehmann b98abc7dd9 add fix & update test data 2023-06-01 13:55:36 +02:00
Martin Lehmann ccb27fb417 add a test 2023-06-01 13:55:36 +02:00