From ed31b6b0772f265bead137787ff3d7e0c37a33bd Mon Sep 17 00:00:00 2001 From: chonghe Date: Wed, 6 Sep 2023 16:39:52 +0800 Subject: [PATCH] comment --- scripts/cli.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/cli.sh b/scripts/cli.sh index 10cbdc4197..9d9097552f 100755 --- a/scripts/cli.sh +++ b/scripts/cli.sh @@ -79,8 +79,8 @@ do done # use during testing to show exit conditions -echo "${exist[@]}" -echo "${update[@]}" +#echo "${exist[@]}" +#echo "${update[@]}" # exit condition, exit when .md does not exist or changes requried if [[ ${exist[@]} == *"true"* && ${update[@]} == *"true"* ]];