Skip to content

Commit

Permalink
chore: fix make help description spacing (#37667)
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-b committed May 23, 2024
1 parent f2dad0c commit d2bc0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ golangci-lint2: ## [CI] golangci-lint Checks / 2 of 2
$(TEST)

help: ## Display this help
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-23s\033[0m %s\n", $$1, $$2}'
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-27s\033[0m %s\n", $$1, $$2}'

import-lint: ## [CI] Provider Checks / import-lint
@echo "make: Provider Checks / import-lint..."
Expand Down

0 comments on commit d2bc0ee

Please sign in to comment.