Pass untracked in to list

This commit is contained in:
Dennis ten Hoove 2024-03-17 09:24:08 +01:00
parent a2c9bf2d92
commit 105603817b

2
arkdep
View file

@ -147,7 +147,7 @@ if [[ always_healthcheck -eq 1 ]] || [[ $1 =~ ^(healthcheck|cleanup) ]]; then
done
# Clean whitespaces
untracked=$(echo $untracked | xargs)
untracked=($(echo ${untracked[@]} | xargs))
fi
# Check for and report on any issues such as untracked deployments or hanging files in cache