extend print config comments #507
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user