Skip to content

Commit 820319d

Browse files
committed
Consistent messaging
1 parent 104760f commit 820319d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ website-terrafmt: ## [CI] Website Checks / terrafmt
871871

872872
website-terrafmt-fix: ## [CI] Fix Website / terrafmt
873873
@echo "make: Fix Website / terrafmt..."
874-
@echo "make: terrafmt fix website/docs root files..."
874+
@echo "make: Fixing website/docs root files with terrafmt..."
875875
@find ./website/docs -maxdepth 1 -type f -name '*.markdown' -exec terrafmt fmt {} \;
876876
@for dir in $$(find ./website/docs -maxdepth 1 -type d ! -name docs ! -name cdktf | sort); do \
877877
echo "make: Fixing $$dir with terrafmt..."; \

0 commit comments

Comments
 (0)