This commit is contained in:
Adam Ierymenko 2019-09-30 20:03:03 -07:00
commit 6db2b8c66d
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
4 changed files with 8 additions and 15 deletions

View file

@ -70,6 +70,7 @@ func locatorNew(args []string) {
os.Exit(1)
}
fmt.Println(jsonDump(loc))
os.Exit(0)
}
func locatorNewDNSKey(args []string) {