We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4791805 commit cd2ee38Copy full SHA for cd2ee38
utils.sh
@@ -537,7 +537,7 @@ build_rv() {
537
return 0
538
fi
539
local list_patches
540
- list_patches=$(java -jar "$cli_jar" list-patches "$patches_jar" -f "$pkg_name" -v -p 2>&1)
+ list_patches=$(java -jar "$cli_jar" list-patches --patches "$patches_jar" -f "$pkg_name" -v -p 2>&1)
541
542
local get_latest_ver=false
543
if [ "$version_mode" = auto ]; then
0 commit comments