Pass untracked in to list
This commit is contained in:
parent
a2c9bf2d92
commit
105603817b
1 changed files with 1 additions and 1 deletions
2
arkdep
2
arkdep
|
@ -147,7 +147,7 @@ if [[ always_healthcheck -eq 1 ]] || [[ $1 =~ ^(healthcheck|cleanup) ]]; then
|
||||||
done
|
done
|
||||||
|
|
||||||
# Clean whitespaces
|
# Clean whitespaces
|
||||||
untracked=$(echo $untracked | xargs)
|
untracked=($(echo ${untracked[@]} | xargs))
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Check for and report on any issues such as untracked deployments or hanging files in cache
|
# Check for and report on any issues such as untracked deployments or hanging files in cache
|
||||||
|
|
Loading…
Add table
Reference in a new issue