fix: fix version installation
This commit is contained in:
parent
70f4d625b8
commit
90fe6a50a0
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user