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