You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/09/27 13:43:11 UTC

[isis] 02/03: ISIS-2965: further fixes

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 e4a3db684ec8c5daec2aaa3ab974fd66b6b512e7
Author: Dan Haywood <da...@haywood-associates.co.uk>
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