mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-01-06 11:00:10 -06:00
terncli: fix error message
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user