Skip to content

Commit

Permalink
aeon:added the ability to connect from the config Closes #TNTP-1073
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrLitkevich committed Jan 31, 2025
1 parent 5f2287f commit ceb4309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/aeon.go
Original file line number Diff line number Diff line change
Expand Up @@ -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?://")
Expand Down

0 comments on commit ceb4309

Please sign in to comment.