Skip to content

Commit

Permalink
fix: remove escape sequence char to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanb committed Dec 16, 2024
1 parent 89e9d7b commit 14982e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/provider-pinned-versions/required_providers.awk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ BEGIN {
in_required_providers = 0;
brace_count = 0;
version_prefix_regex = ".*version[[:space:]]+=[[:space:]]+";
provider_prefix_regex = "[a-z_-]+[[:space:]]+=[[:space:]]+\{";
provider_prefix_regex = "[a-z_-]+[[:space:]]+=[[:space:]]+{";
version_constraints_regex = "[!~><]+";
}

Expand Down

0 comments on commit 14982e9

Please sign in to comment.