Merge pull request #29 from Palleri/patch-2
Added visual "new line" after update check.
This commit is contained in:
commit
7630a95442
@ -48,3 +48,4 @@ if [[ -n ${GotUpdates[*]} ]] ; then
|
|||||||
printf "\n\033[0;33mContainers with updates available:\033[0m\n"
|
printf "\n\033[0;33mContainers with updates available:\033[0m\n"
|
||||||
printf "%s\n" "${GotUpdates[@]}"
|
printf "%s\n" "${GotUpdates[@]}"
|
||||||
fi
|
fi
|
||||||
|
printf "\n\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user