mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Suggestion to use diff2 should be more clear
This commit is contained in:
@ -125,7 +125,7 @@ func run(args PreviewArgs, push bool, interactive bool, out printer.CLI) error {
|
||||
if diff2.EnableDiff2 {
|
||||
printer.Println("INFO: Diff2 algorithm in use.")
|
||||
} else {
|
||||
printer.Println("INFO: Old diff algorithm in use. Please test --diff2 as it will be the default in releases after 2023-05-07. See https://github.com/StackExchange/dnscontrol/issues/2262")
|
||||
printer.Println("INFO: Old diff algorithm in use. Please test `dnscontrol --diff2 preview` (or push) as it will be the default in releases after 2023-05-07. See https://github.com/StackExchange/dnscontrol/issues/2262")
|
||||
}
|
||||
|
||||
cfg, err := GetDNSConfig(args.GetDNSConfigArgs)
|
||||
|
Reference in New Issue
Block a user