From a544c29bd91397d7b5439169b280d7a8e3898ad2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 18 Jan 2024 03:45:36 +0300 Subject: [PATCH] fix... 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 583fe22..dda707f 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -669,7 +669,7 @@ pctSet(){ # pctSetNotes ID # pctSetNotes(){ - [ "$DESCRIPTION" ] + [ "$DESCRIPTION" ] \ && @ pct set $1 \ "${DESCRIPTION:+--description \""${DESCRIPTION}"\"}" }