Update deploy/byteplus_alb.sh

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
ACHMAD ALIF NASRULLOH
2026-04-09 13:43:25 +07:00
committed by neil
parent 3843495397
commit 5c94af86f3

View File

@@ -384,5 +384,5 @@ ${_cr_hash}"
# ══════════════════════════════════════════════════════════════════════════════
_byteplus_urlencode() {
_url_encode "$1"
printf '%s' "$1" | _url_encode
}