Skip to content

Commit df613da

Browse files
committed
Fix linting
1 parent 02bb3a0 commit df613da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ _lint-shell:
4343
@echo "# -------------------------------------------------------------------- #"
4444
@echo "# Shellcheck"
4545
@echo "# -------------------------------------------------------------------- #"
46-
@docker run --rm $$(tty -s && echo "-it" || echo) -v $(PWD):/mnt -w /mnt koalaman/shellcheck:stable watcherd
46+
@docker run --rm $$(tty -s && echo "-it" || echo) -v $(PWD):/mnt -w /mnt koalaman/shellcheck:stable bin/watcherd
4747

4848

4949
# -------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)