Skip to content

Commit 3b6b877

Browse files
authored
Merge pull request #277 from platformsh/revert-default-vendor-for-automations
Update installer.sh to revert the default vendor to platformsh
2 parents d00794f + 829bf01 commit 3b6b877

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ set -euo pipefail
2424
# GitHub token check
2525
: "${GITHUB_TOKEN:=}"
2626

27-
# Upsun CLI vendor to install
28-
: "${VENDOR:=upsun}"
27+
# The vendor to install
28+
: "${VENDOR:=platformsh}"
2929

3030
# CI specifics
3131
: "${CI:=}"

0 commit comments

Comments
 (0)