mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
@osirisinferi noticed [in chat](https://opensource.eff.org/eff-open-source/pl/sa85u4n71tywfpc15c1wu59wae) that "NEXT STEPS:" was ignoring `--quiet` and was being printed unconditionally. I think it ended up being written this way in #8860 because I was trying not to avoid dumping ANSI escapes and newlines into the log file and confused myself in the process. This change makes things a bit more explicit in separating presentation/message. * fix 'NEXT STEPS' being printed to stdout during -q * fix tests