Skip to content

Commit

Permalink
Fix makefile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
CodePrometheus committed Aug 26, 2024
1 parent 01e9a0e commit 7f84a3e
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 @@ -44,7 +44,7 @@ markdownlint:
.PHONY: install-yamllint
install-yamllint:
# Using a venv is recommended
yamllint --version >/dev/null 2>&1 || pip install -U yamllint~=${YAMLLINT_VERSION}
yamllint --version >/dev/null 2>&1 || pip install -U yamllint~=$(YAMLLINT_VERSION)

.PHONY: yamllint
yamllint: install-yamllint
Expand Down

0 comments on commit 7f84a3e

Please sign in to comment.