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

Commit

Permalink
Refactor update_app function to include additional local variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Heavybullets8 committed Jan 7, 2024
1 parent aac8a07 commit dbb2731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/update/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ process_update() {
}

update_app() {
local before_loop

local before_loop update_avail count
while true; do
# Function to check update availability
check_update_avail() {
Expand Down

0 comments on commit dbb2731

Please sign in to comment.