updated check_ansible_playbooks.sh

pull/4/merge
Hari Sekhon 1 year ago
parent c9f3b087b9
commit 37f3dc208c

@ -46,8 +46,8 @@ else
echo
max_len=0
for x in $filelist; do
if [ ${#x} -gt $max_len ]; then
max_len=${#x}
if [ "${#x}" -gt "$max_len" ]; then
max_len="${#x}"
fi
done
# to account for the semi colon

Loading…
Cancel
Save