forked from toolshed/abra
fix: use right variable
This commit is contained in:
@ -270,7 +270,7 @@ func EnsureDNSValueFlag(c *cli.Context) error {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if DNSName == "" {
|
if DNSValue == "" {
|
||||||
ShowSubcommandHelpAndError(c, errors.New("no record value provided"))
|
ShowSubcommandHelpAndError(c, errors.New("no record value provided"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user