Skip to content

Commit 14982e9

Browse files
committed
fix: remove escape sequence char to remove warning
1 parent 89e9d7b commit 14982e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/provider-pinned-versions/required_providers.awk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BEGIN {
44
in_required_providers = 0;
55
brace_count = 0;
66
version_prefix_regex = ".*version[[:space:]]+=[[:space:]]+";
7-
provider_prefix_regex = "[a-z_-]+[[:space:]]+=[[:space:]]+\{";
7+
provider_prefix_regex = "[a-z_-]+[[:space:]]+=[[:space:]]+{";
88
version_constraints_regex = "[!~><]+";
99
}
1010

0 commit comments

Comments
 (0)