We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104760f commit 820319dCopy full SHA for 820319d
GNUmakefile
@@ -871,7 +871,7 @@ website-terrafmt: ## [CI] Website Checks / terrafmt
871
872
website-terrafmt-fix: ## [CI] Fix Website / terrafmt
873
@echo "make: Fix Website / terrafmt..."
874
- @echo "make: terrafmt fix website/docs root files..."
+ @echo "make: Fixing website/docs root files with terrafmt..."
875
@find ./website/docs -maxdepth 1 -type f -name '*.markdown' -exec terrafmt fmt {} \;
876
@for dir in $$(find ./website/docs -maxdepth 1 -type d ! -name docs ! -name cdktf | sort); do \
877
echo "make: Fixing $$dir with terrafmt..."; \
0 commit comments