Skip to content

Commit

Permalink
fix: replaced incorrect markdown description
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Theuermann <[email protected]>
  • Loading branch information
mati007thm committed Dec 4, 2024
1 parent ea6853e commit 78739bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/integration_jira_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (r *integrationJiraResource) Schema(ctx context.Context, req resource.Schem
Validators: []validator.String{
stringvalidator.RegexMatches(
regexp.MustCompile(`^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$`),
"must be a valid URL",
"must be a valid email",
),
},
},
Expand Down

0 comments on commit 78739bb

Please sign in to comment.