From 5baa4553def6dece0868f6b5ce23cae343d63fc1 Mon Sep 17 00:00:00 2001 From: Florian Margaine Date: Tue, 18 Nov 2025 14:14:15 +0100 Subject: [PATCH] Update curl | bash installer link for upsun CLI This accidentally changed the URL in a "find and replace" but the repo URL is the same for both CLIs. --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 2b9f00c..1c6c65a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -171,7 +171,7 @@ release: ### Bash installer ```console - curl -fsSL https://raw.githubusercontent.com/platformsh/upsun-cli/main/installer.sh | bash + curl -fsSL https://raw.githubusercontent.com/platformsh/cli/main/installer.sh | VENDOR=upsun bash ```