From 829bf0101dbf7ef7761a147347f88b619338d3a8 Mon Sep 17 00:00:00 2001 From: Patrick Dawkins Date: Tue, 23 Sep 2025 20:03:49 +0100 Subject: [PATCH] Update installer.sh to revert the default vendor to platformsh --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.sh b/installer.sh index 725b084..476fd99 100644 --- a/installer.sh +++ b/installer.sh @@ -24,8 +24,8 @@ set -euo pipefail # GitHub token check : "${GITHUB_TOKEN:=}" -# Upsun CLI vendor to install -: "${VENDOR:=upsun}" +# The vendor to install +: "${VENDOR:=platformsh}" # CI specifics : "${CI:=}"