Update formatting

This commit is contained in:
Andrew Stryker 2023-09-19 11:56:41 -07:00
parent 169684b251
commit c390ea9cc2
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ show: #> Show enironment variables with values
@echo
@echo "Makefile list: ${MAKEFILE_LIST}"
@echo
@echo "Content section............................... ${content_section}"
@echo "Staging space................................. ${staging_dir}"
@echo "Content section .............................. ${content_section}"
@echo "Staging space ................................ ${staging_dir}"
@echo
@echo "Templates found:"
@for x in ${templates}; do echo "\t$$x"; done