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