We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02bb3a0 commit df613daCopy full SHA for df613da
Makefile
@@ -43,7 +43,7 @@ _lint-shell:
43
@echo "# -------------------------------------------------------------------- #"
44
@echo "# Shellcheck"
45
46
- @docker run --rm $$(tty -s && echo "-it" || echo) -v $(PWD):/mnt -w /mnt koalaman/shellcheck:stable watcherd
+ @docker run --rm $$(tty -s && echo "-it" || echo) -v $(PWD):/mnt -w /mnt koalaman/shellcheck:stable bin/watcherd
47
48
49
# -------------------------------------------------------------------------------------------------
0 commit comments