Skip to content

Commit

Permalink
fixed provider message
Browse files Browse the repository at this point in the history
  • Loading branch information
burakberkkeskin committed Jan 14, 2024
1 parent 64ec8de commit 316a783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func checkProvider(providerName string) ([]byte, error) {
case "brevo":
return brevoGomtpYamlTmpl, nil
default:
return nil, errors.New("provider can be one of these: gomtp | gmail | yandex | brevo")
return nil, errors.New("provider can be one of these: mailhog | gmail | yandex | brevo")
}
}

Expand Down

0 comments on commit 316a783

Please sign in to comment.