lint
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
4b0ead9f47
commit
9e22c2b145
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ func ParseDig(arg string, opts *util.Options) error {
|
|||
switch arg {
|
||||
case "trace", "notrace":
|
||||
opts.Trace = isNo
|
||||
if isNo == true {
|
||||
if isNo {
|
||||
opts.DNSSEC = true
|
||||
opts.Display.Comments = false
|
||||
opts.Display.Question = false
|
||||
|
|
Loading…
Reference in a new issue