Skip to content

Commit

Permalink
feat: update error message
Browse files Browse the repository at this point in the history
Co-authored-by: Diana Doherty <[email protected]>
  • Loading branch information
raulb and Diana Doherty committed Sep 28, 2021
1 parent 67686a8 commit 619d48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/meroxa/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ func buildCommandWithFeatureFlag(cmd *cobra.Command, c Command) {
userFeatureFlags := global.Config.GetStringSlice(global.UserFeatureFlagsEnv)

if !hasFeatureFlag(userFeatureFlags, flagRequired) {
return fmt.Errorf("feature flag %q required. reach out to [email protected] for more information", flagRequired)
return fmt.Errorf("your account does not have access to the %q feature. Reach out to [email protected] for more information", flagRequired)
}

return nil
Expand Down

0 comments on commit 619d48b

Please sign in to comment.