From 4fc41034e19a3f880bb610492c9280216070d571 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 13 Dec 2024 17:20:12 +0300 Subject: [PATCH] oops... Signed-off-by: Alex A. Naanou --- .pct-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/^/## /' }