Skip to content

Commit 24eaddb

Browse files
authored
fix incorrect comment
1 parent 70ceacc commit 24eaddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build-from-prebuilt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ if [ -n "$INCLUDED_PATCHES" ]; then
158158
# Get a list of all available patches
159159
PATCHES="$("$JAVA" -jar "revanced-cli.jar" -a "stock.apk" -b "revanced-patches.jar" -l)"
160160

161-
# Check if every patch in $EXCLUDED_PATCHES is a valid patch and add it to patches to exclude
161+
# Check if every patch in $INCLUDED_PATCHES is a valid patch and add it to patches to include
162162
for PATCH in $INCLUDED_PATCHES; do
163163
if echo "$PATCHES" | grep "$PATCH" &> "/dev/null"; then
164164
INCLUDE="$INCLUDE -i $PATCH"

0 commit comments

Comments
 (0)