Skip to content

Commit cd2ee38

Browse files
steven7851peternmuller
authored andcommitted
Update utils.sh
1 parent 4791805 commit cd2ee38

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
@@ -537,7 +537,7 @@ build_rv() {
537537
return 0
538538
fi
539539
local list_patches
540-
list_patches=$(java -jar "$cli_jar" list-patches "$patches_jar" -f "$pkg_name" -v -p 2>&1)
540+
list_patches=$(java -jar "$cli_jar" list-patches --patches "$patches_jar" -f "$pkg_name" -v -p 2>&1)
541541

542542
local get_latest_ver=false
543543
if [ "$version_mode" = auto ]; then

0 commit comments

Comments
 (0)