diff --git a/dockcheck.sh b/dockcheck.sh index f92bdd2..2bbe790 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -145,7 +145,7 @@ progress_bar() { } ### Version check & initiate self update -[[ "$VERSION" != "$LatestRelease" ]] && { printf "New version available! Local: %s - Latest: %s \n Change Notes: %s \n" "$VERSION" "$LatestRelease" "$LatestChanges" ; [[ -z "$AutoUp" ]] && self_update_select ; } +[[ "$VERSION" != "$LatestRelease" ]] && { printf "New version available! %s ⇒ %s \n Change Notes: %s \n" "$VERSION" "$LatestRelease" "$LatestChanges" ; [[ -z "$AutoUp" ]] && self_update_select ; } ### Set $1 to a variable for name filtering later. SearchName="$1"