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"* ]];