mark variable rc as local

This commit is contained in:
2026-08-22 02:03:58 +02:00
parent 22965dc8ed
commit c245c4fa1e
+1 -1
View File
@@ -11,7 +11,7 @@ function cleanup_tmpdir() {
} }
function download_files() { function download_files() {
local path local path rc
local query_params='' local query_params=''
[ -n "$GIT_TAG" ] && query_params="?ref=$GIT_TAG" [ -n "$GIT_TAG" ] && query_params="?ref=$GIT_TAG"