terncli: fix error message

This commit is contained in:
Miroslav Crnic
2025-09-25 12:25:29 +00:00
parent 75d408df0e
commit 5380d266ba

View File

@@ -243,7 +243,7 @@ func main() {
}
if *registryAddress == "" {
clientMu.Unlock()
panic("You need to specify -registry (or -prod).\n")
panic("You need to specify -registry.\n")
}
var err error
c, err := client.NewClient(l, nil, *registryAddress, localAddresses)