mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 21:55:57 +08:00
fixup!
This commit is contained in:
parent
6bc0116573
commit
950e6fc7b2
1 changed files with 0 additions and 1 deletions
|
|
@ -414,7 +414,6 @@ func prun(args PPreviewArgs, push bool, interactive bool, out printer.CLI, repor
|
|||
// filter. The filter string is a comma-separated list of domain names. If the
|
||||
// filter string is empty or "all", all domains are returned.
|
||||
func whichZonesToProcess(domains []*models.DomainConfig, filter string) []*models.DomainConfig {
|
||||
fmt.Printf("###DEBUG: whichZonesToProcess filter=%q\n", filter)
|
||||
if filter == "" || filter == "all" {
|
||||
return domains
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue