From 909f71708f78ab4e37a7ca853165867545b70d41 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 14 Jan 2021 21:02:39 -0800 Subject: [PATCH] Attempt to fix homebrew tap repo update See gh-24677 --- ci/scripts/update-homebrew-tap.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/scripts/update-homebrew-tap.sh b/ci/scripts/update-homebrew-tap.sh index bd6cf03bc72..a7a570b2030 100755 --- a/ci/scripts/update-homebrew-tap.sh +++ b/ci/scripts/update-homebrew-tap.sh @@ -7,8 +7,7 @@ git clone homebrew-tap-repo updated-homebrew-tap-repo > /dev/null if [[ $LATEST_GA = true ]]; then pushd updated-homebrew-tap-repo > /dev/null - cd homebrew-tap - wget https://repo.spring.io/libs-release-local/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-homebrew.rb + curl https://repo.spring.io/libs-release-local/org/springframework/boot/spring-boot-cli/${version}/spring-boot-cli-${version}-homebrew.rb --output spring-boot-cli-${version}-homebrew.rb rm spring-boot.rb mv spring-boot-cli-*.rb spring-boot.rb git config user.name "Spring Buildmaster" > /dev/null