Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Update skip_app_on_ignore_list function to display skipped app name a…
Browse files Browse the repository at this point in the history
…nd versions
  • Loading branch information
Heavybullets8 committed Dec 25, 2023
1 parent 8bc60db commit 51e55d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/update/commander.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ display_update_status() {
# Skip if the app is in the ignore list
skip_app_on_ignore_list() {
if printf '%s\0' "${ignore[@]}" | grep -iFxqz "${app_name}"; then
echo -e "\n$app_name\nIgnored, skipping"
echo -e "\n$app_name\nSkipping ignored app\n$old_full_ver\n$new_full_ver"
return 0
fi
return 1
Expand Down

0 comments on commit 51e55d1

Please sign in to comment.