YunoHost 3.8 testing / Call for feedback

A little bug in yunohost testing version

yunohost:
repo: testing
version: 3.8.4.1
yunohost-admin:
repo: testing
version: 3.8.3.1
moulinette:
repo: testing
version: 3.8.1
ssowat:
repo: testing
version: 3.8.0

recreating the /etc/ssh/sshd_config file with the command

yunohost tools regen-conf ssh --dry-run --with-diff

the file has a little typo in the line

Match Address 192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,169.254.0.0/16,fe80::/10,fd00::/8
    PermitRootLogin yes##-> my_webapp

without the carriage return after yes. I think it should be

Match Address 192.168.0.0/16,10.0.0.0/8,172.16.0.0/12,169.254.0.0/16,fe80::/10,fd00::/8
    PermitRootLogin yes
##-> my_webapp