]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Remove extra newline from yaml output
authorMark Andrews <marka@isc.org>
Mon, 5 Aug 2024 05:17:26 +0000 (05:17 +0000)
committerMark Andrews <marka@isc.org>
Mon, 5 Aug 2024 05:17:26 +0000 (05:17 +0000)
commit53738634c3b511bd78e6626df95ae140631b080c
tree9b4baa8d37dc72b77c7a3326e04fb8ea23e896d0
parentb6298b394e9eaefcfa2458cd56c345d778e99b8e
parente2587277392a86b5bd26854ae3118f3306cf81bb
[9.20] fix: usr: Remove extra newline from yaml output

I split this into two commits, one for the actual newline removal, and one for issues I found, ruining the yaml output when some errors were outputted.

Closes: #4772
Backport of MR !9112

Merge branch 'backport-yaml-indent-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9231