Skip to content

Commit aa9b98c

Browse files
committed
fixup! "upload: append extraversion to ota branch"
* f7c7a9c did not remove the dash
1 parent dbf2e53 commit aa9b98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ota.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ _push_ota_info() {
4242
fi
4343

4444
if [[ -n "${ROM_EXTRAVERSION}" ]]; then
45-
target_ota_branch="${target_ota_branch}"-"${ROM_EXTRAVERSION,,}"
45+
target_ota_branch="${target_ota_branch}"-"$(tr -d - <<< "${ROM_EXTRAVERSION,,}")"
4646
fi
4747

4848
if [[ -n "${target_ota_repo_url}" ]]; then

0 commit comments

Comments
 (0)