mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-14 09:52:55 +01:00
Tiny typo
This commit is contained in:
parent
9196d74613
commit
81067bdcae
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ func main() {
|
||||||
log.Printf("unable to check HIBP database: %v", err)
|
log.Printf("unable to check HIBP database: %v", err)
|
||||||
}
|
}
|
||||||
if pwnObj != nil && pwnObj.Count != 0 {
|
if pwnObj != nil && pwnObj.Count != 0 {
|
||||||
fmt.Print("^-- !!WARNING: The previously generated password was found in HIPB database. Do not use it!!\n")
|
fmt.Print("^-- !!WARNING: The previously generated password was found in HIBP database. Do not use it!!\n")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue