diff --git a/curate.mk b/curate.mk index 7c1fe75..97b9e52 100644 --- a/curate.mk +++ b/curate.mk @@ -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