Skip to content

Commit

Permalink
doc: Fix typo in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmoioliveira committed Jan 19, 2025
1 parent 248aae1 commit d5abbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bash-fmt: ## Format bash code
bash-lint: ## Check lint bash code
@find . -type f -name "*.sh" -not -path "./target/*" | xargs shellcheck -o all

doc-changelog: ## Write CHANGELOG.mode
doc-changelog: ## Write CHANGELOG.md
@git cliff -o CHANGELOG.md

doc-readme: ## Write README.md
Expand All @@ -35,7 +35,7 @@ dprint-fmt: ## Dprint format
links-check: ## Check links
@./dev/links-check.sh

links-mirror: ## Check links
links-mirror: ## Mirror links
@./dev/links-mirror.sh

makefile-descriptions: ## Check if all Makefile rules have descriptions
Expand Down

0 comments on commit d5abbcf

Please sign in to comment.