Skip to content

Commit

Permalink
Update utils.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xfilesee34 authored Nov 12, 2024
1 parent 37e1e0b commit a2813d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ abort() {
}

get_rv_prebuilts() {
local cli_src=$1 cli_ver=$2 integrations_src=$3 integrations_ver=$4 patches_src=$5 patches_ver=$6
local cli_src=$1 cli_ver=$2 patches_src=$5 patches_ver=$6
pr "Getting prebuilts (${patches_src%/*})" >&2
local cl_dir=${patches_src%/*}
cl_dir=${TEMP_DIR}/${cl_dir,,}-rv
Expand Down

0 comments on commit a2813d2

Please sign in to comment.