From ceb430904450815501c9b75df9c591199c8c7b91 Mon Sep 17 00:00:00 2001 From: AlexandrLitkevich Date: Fri, 31 Jan 2025 13:13:16 +0300 Subject: [PATCH] aeon:added the ability to connect from the config Closes #TNTP-1073 --- cli/cmd/aeon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/cmd/aeon.go b/cli/cmd/aeon.go index c38079e32..72b52d753 100644 --- a/cli/cmd/aeon.go +++ b/cli/cmd/aeon.go @@ -118,7 +118,7 @@ func aeonConnectValidateArgs(cmd *cobra.Command, args []string) error { us, ok := uri.(string) if !ok { - return fmt.Errorf("fail to conver string") + return fmt.Errorf("it is impossible to result in a string") } re := regexp.MustCompile("^https?://")