Skip to content

Commit

Permalink
fix a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
XDream8 committed Aug 21, 2022
1 parent 8072c24 commit 93a06eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ download_needed() {
$patches_link \
$integrations_link \
$apk_link; do
n=$(($n + 1))
n=$((n + 1))
printf '%b\n' "${CYAN}$n) ${YELLOW}downloading $i${NC}"
$downloader $i
done
Expand Down

0 comments on commit 93a06eb

Please sign in to comment.