]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Remove extra newline from yaml output
authorMark Andrews <marka@isc.org>
Mon, 5 Aug 2024 03:36:41 +0000 (03:36 +0000)
committerMark Andrews <marka@isc.org>
Mon, 5 Aug 2024 03:36:41 +0000 (03:36 +0000)
commitb9cbd3bc76745f53804f7d762e4489d00ea3ad51
treec17d124cce848f9f324dd6afc15ecd2e5b90cd68
parent35d93624a5683bb48539485e911a0d88742003ad
parent1dd76fe78051b926f2f7b614a40af550c6c6cdf2
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
Merge branch 'yaml-indent' into 'main'

Closes #4772

See merge request isc-projects/bind9!9112