Skip to content

Commit cf04ec6

Browse files
committed
fix: build error
1 parent 73d1dd8 commit cf04ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ build_uni() {
483483
return 0
484484
fi
485485
local list_patches
486-
list_patches=$(java -jar "$cli_jar" list-patches "$patches_jar" -f "$pkg_name" -v -p 2>&1)
486+
list_patches=$(java -jar "$cli_jar" list-patches --patches "$patches_jar" -f "$pkg_name" -v -p 2>&1)
487487

488488
local get_latest_ver=false
489489
if [ "$version_mode" = auto ]; then

0 commit comments

Comments
 (0)