mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-25 17:55:15 -06:00
47c7e6e47b
Fixes an issue introduced in https://github.com/open-policy-agent/opa/pull/2249 where we would now always list the filename, regardless of whether or not the file had changes. This corrects the behavior to only do it when there are changes in the formatted output and the original content. Fixes: #2295 Signed-off-by: Patrick East <east.patrick@gmail.com>