This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch ISIS-3224 in repository https://gitbox.apache.org/repos/asf/isis.git
commit eb9ec2131cc77c17c56eaf7fde9fa09cf1c91242 Author: Dan Haywood <[email protected]> AuthorDate: Tue Sep 27 00:32:27 2022 +0100 ISIS-2965: further fixes --- scripts/verify-isis-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify-isis-release.sh b/scripts/verify-isis-release.sh index 7e11e98217..962fee73cb 100755 --- a/scripts/verify-isis-release.sh +++ b/scripts/verify-isis-release.sh @@ -107,7 +107,7 @@ _download_app(){ DIR=$REPO-$VARIANT rm -rf $DIR - curl "https://codeload.github.com/apache/$REPO/zip/$BRANCH" | jar xv + curl "https://codeload.github.com/apache/$REPO/zip/refs/heads/$BRANCH" | jar xv mv $REPO-$BRANCH $DIR pushd $DIR
