extend print config comments #507

This commit is contained in:
bakito
2025-02-25 21:34:37 +01:00
parent 4a897c40b5
commit 54d98c10fe
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<!-- PLEASE COPY THE FOLLOWING OUTPUT AS IS INTO THE GITHUB ISSUE (Don't forget to mask your usernames, passwords and IPs when using this in an issue ) --> <!-- PLEASE COPY THE FOLLOWING OUTPUT AS IS INTO THE GITHUB ISSUE (Don't forget to mask your usernames, passwords, IPs and other sensitive information when using this in an issue ) -->
### AdGuardHome sync aggregated config ### AdGuardHome sync aggregated config

View File

@@ -27,7 +27,6 @@ var doCmd = &cobra.Command{
if cfg.PrintConfigOnly { if cfg.PrintConfigOnly {
if err := printConfig(cfg, usedCfgFile, cfgContent); err != nil { if err := printConfig(cfg, usedCfgFile, cfgContent); err != nil {
logger.Error(err) logger.Error(err)
return err return err
} }