Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lowc1012 committed Jul 30, 2022
1 parent 9c9a6e4 commit bfb9cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,5 @@ install_shellcheck: $(eval SHELL:=/bin/bash)
ALLSCRIPTS := $(shell find . -name '*.sh')
check_scripts: install_shellcheck
@echo "running shellcheck"
@if ! $(shell which shgellcheck) $(ALLSCRIPTS); then exit 1; fi
@if ! $(shell which shellcheck) $(ALLSCRIPTS); then exit 1; fi
@if [ -e $(SHELLCHECK_PATH) ]; then rm $(SHELLCHECK_PATH) ; fi

0 comments on commit bfb9cfb

Please sign in to comment.