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
aq17 cdd95f8cee Display text-based diff if yaml/json diff is semantically equal 2023-01-17 17:04:41 -08:00
Alex Qiu 94a21fceae
Truncate long stack outputs ()
Co-authored-by: Ian Wahbe <ian@wahbe.com>
2022-07-12 11:24:21 -07:00