Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Jan 12, 2024
1 parent 47c8b0e commit 63d211a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/prerequisites.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fetchRemoteGitHistory() {
}

# trunk-ignore(shellcheck)
pr_branch="pull/${PR_BRANCH}"
pr_branch="${PR_BRANCH}"
merge_instance_branch="${TARGET_BRANCH}"
if [[ -z ${merge_instance_branch} ]]; then
merge_instance_branch="${DEFAULT_BRANCH}"
Expand Down

0 comments on commit 63d211a

Please sign in to comment.