diff --git a/.pct-helpers b/.pct-helpers index d34b429..3a609f4 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -1022,7 +1022,7 @@ showNotes(){ | expandPCTTemplate $@ \ | tee "${BUILD_NOTES}" ) [ -e ./POST_INSTALL.md ] \ - && echo "####" + && echo "####" \ && echo ./POST_INSTALL.md \ | sed 's/^/## /' }