Skip to content

Commit

Permalink
Update scripts/resolve_frontend.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-Shen authored Dec 7, 2023
1 parent 4b7008f commit 364fb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/resolve_frontend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ $# -gt 1 ]; then
echo "alpha_version: $alpha_version" >> .VERSION
fi
else
if [ "$CURRENT_BRANCH" = "main" ] || [[ "$CURRENT_BRANCH" = release/* ]]; then
if [ "$CURRENT_BRANCH" = "main" ]; then
url=$release_assets_url
else
url=$alpha_assets_url
Expand Down

0 comments on commit 364fb2b

Please sign in to comment.