Skip to content

Commit

Permalink
scripts/update_ts.sh: keep original branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Mar 31, 2023
1 parent f760495 commit 90ae1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_ts.sh
Expand Up @@ -112,7 +112,7 @@ trap cleanup EXIT

branch=$(git name-rev --name-only HEAD)
if [[ "$branch" =~ ^release-[0-9]+_[0-9]+$ ]]; then
TX_FLAGS="--branch '${branch//_/-}'"
TX_FLAGS="--branch '${branch}'"
fi

echo Saving translations
Expand Down

0 comments on commit 90ae1e8

Please sign in to comment.