Skip to content

Commit 2cebab0

Browse files
.circleci/run.sh: Query dlang.org instead of phobos PRs
Small typo / copy-paste error that caused CircleCI to use the wrong branch
1 parent e104e7f commit 2cebab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ setup_repos()
6868
# Set a default in case we run into rate limit restrictions
6969
local base_branch=""
7070
if [ -n "${CIRCLE_PR_NUMBER:-}" ]; then
71-
base_branch=$((curl -fsSL https://api.github.com/repos/dlang/phobos/pulls/$CIRCLE_PR_NUMBER || echo) | jq -r '.base.ref')
71+
base_branch=$((curl -fsSL https://api.github.com/repos/dlang/dlang.org/pulls/$CIRCLE_PR_NUMBER || echo) | jq -r '.base.ref')
7272
else
7373
base_branch=$CIRCLE_BRANCH
7474
fi

0 commit comments

Comments
 (0)