From 90fe6a50a08e27986784acdd8a68ece6f812be19 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Fri, 13 Mar 2026 18:57:02 +0530 Subject: [PATCH] fix: fix version installation --- registry/coder-labs/modules/copilot/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder-labs/modules/copilot/scripts/install.sh b/registry/coder-labs/modules/copilot/scripts/install.sh index f5f461d2..9c0c2d49 100644 --- a/registry/coder-labs/modules/copilot/scripts/install.sh +++ b/registry/coder-labs/modules/copilot/scripts/install.sh @@ -23,7 +23,7 @@ install_copilot() { if [ "$ARG_COPILOT_VERSION" = "latest" ]; then curl -fsSL https://gh.io/copilot-install | bash else - VERSION="${ARG_COPILOT_VERSION}" curl -fsSL https://gh.io/copilot-install | bash + curl -fsSL https://gh.io/copilot-install | VERSION="${ARG_COPILOT_VERSION}" bash fi if ! command_exists copilot; then