From 088cf170a7f744b5cc3406f6d33a2c2cd6a9b576 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sun, 21 Jul 2019 02:29:24 +0300 Subject: [PATCH] CI: fix pull requests URL in dispatcher script --- scripts/build/ci/cirrus-ci_dispatcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/ci/cirrus-ci_dispatcher.sh b/scripts/build/ci/cirrus-ci_dispatcher.sh index b2098eb6d..4ff5faba8 100755 --- a/scripts/build/ci/cirrus-ci_dispatcher.sh +++ b/scripts/build/ci/cirrus-ci_dispatcher.sh @@ -95,7 +95,7 @@ set -e if ! $DO_UPLOAD; then echo "[*] Building packages: $PACKAGE_NAMES" if [ -n "$CIRRUS_PR" ]; then - echo "[*] Pull request: https://github.com/termux/unstable-packages/pull/${CIRRUS_PR}" + echo "[*] Pull request: https://github.com/termux/termux-packages/pull/${CIRRUS_PR}" else if [ -n "$CIRRUS_LAST_GREEN_CHANGE" ]; then echo "[*] Changes: ${CIRRUS_LAST_GREEN_CHANGE}..${CIRRUS_CHANGE_IN_REPO}"