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}"\"}" }