From c2f7c945cb5ed5cbc51bf546d4c1f2477776652f Mon Sep 17 00:00:00 2001 From: Vaughn Dice Date: Thu, 19 Dec 2024 15:00:57 -0700 Subject: [PATCH] Revert "Work around Cloud plugin install woe" Signed-off-by: Vaughn Dice --- downloads/install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/downloads/install.sh b/downloads/install.sh index 77bb532d2..dcfeded35 100755 --- a/downloads/install.sh +++ b/downloads/install.sh @@ -150,8 +150,6 @@ fancy_print 0 "Step 5: Installing default plugins" if [[ $VERSION = "canary" ]]; then ./spin plugins install -u https://github.com/fermyon/cloud-plugin/releases/download/canary/cloud.json --yes else - # Work around a bug where cloud plugin 0.10 registers as a downgrade from 0.9. Remove this after Spin 3.1 - ./spin plugins uninstall cloud ./spin plugins install cloud --yes fi