Skip to content

Commit a3f0d90

Browse files
authored
Update dockerimage.yml
1 parent 775f19a commit a3f0d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
run: |
2424
scversion="stable" # or "v0.4.7", or "latest"
2525
wget -qO- "https://storage.googleapis.com/shellcheck/shellcheck-${scversion?}.linux.x86_64.tar.xz" | tar -xJv
26-
cp "shellcheck-${scversion}/shellcheck" /usr/bin/
26+
sudo cp "shellcheck-${scversion}/shellcheck" /usr/bin/
2727
shellcheck --version

0 commit comments

Comments
 (0)