make: fixed copy/paste by replacing *website with *camnetdns

Change-Id: Idd0fbf86dfb89f50f26f1be47f08301571b9aa7b
This commit is contained in:
nico 2017-04-16 19:38:50 +10:00
parent b41e1403e7
commit ff7cf8af05
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ func main() {
if *website {
log.Fatal("-targets and -website are mutually exclusive")
}
if *website {
if *camnetdns {
log.Fatal("-targets and -camnetdns are mutually exclusive")
}
if t := strings.Split(*targets, ","); len(t) != 0 {