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?://")