From 3f0e00b8213af297d02b11980f40922451f9e945 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 26 Jan 2024 14:57:31 +0300 Subject: [PATCH] minor tweak... 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 decfd83..f99b346 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -836,7 +836,7 @@ showNotes(){ # pushNotes(){ [ -e "${BUILD_NOTES}" ] \ - && @ pct-push-r $1 "${BUILD_NOTES}" + && @ pct-push-r $1 "${BUILD_NOTES}" /root/ }