Skip to content

Commit 79fcbca

Browse files
committed
Fix shellcheck
1 parent 44a4f6d commit 79fcbca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ commands =
442442
[testenv:shellcheck]
443443

444444
commands_pre =
445-
sudo apt update && sudo apt install --assume-yes shellcheck
445+
sh -c "sudo apt update -y && sudo apt install --assume-yes shellcheck"
446446

447447
commands =
448-
find . -name \*.sh | xargs shellcheck --severity=warning
448+
sh -c "find {toxinidir} -name \*.sh | xargs shellcheck --severity=warning"

0 commit comments

Comments
 (0)