Skip to content

Commit faed00e

Browse files
authored
Update .github/workflows/pre-commit.yaml
1 parent 0af236f commit faed00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: >-
4848
curl -L "$(
4949
curl -s https://api.github.com/repos/hadolint/hadolint/releases/latest
50-
| grep -o -E -m 1 "https://.+?/hadolint-linux-x86_64"
50+
| grep -o -E -i -m 1 "https://.+?/hadolint-linux-x86_64"
5151
)"
5252
> hadolint
5353
&& chmod +x hadolint && sudo mv hadolint /usr/bin/

0 commit comments

Comments
 (0)