Closed agrare closed 2 years ago
Yeah, the diff on #705 is +18,939 −18,939
😱 I never got checks to pass though... (looks like you had to add trailing whitespace?).
I just rewrote the YAML files with File.writeYAML.load_file().to_yaml):
?> Dir.glob("content/automate/ManageIQ/System/Event/EmsEvent/IBMCloud-PowerVS.cl
ass/*.yaml").each do |f|
?> File.write(f, YAML.load(File.read(f)).to_yaml)
>> end
Oh just noticed that @jaywcarman already put a PR in for this https://github.com/ManageIQ/manageiq-content/pull/705