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
|
if [ "$ARG_COPILOT_VERSION" = "latest" ]; then
|
||||||
curl -fsSL https://gh.io/copilot-install | bash
|
curl -fsSL https://gh.io/copilot-install | bash
|
||||||
else
|
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
|
fi
|
||||||
|
|
||||||
if ! command_exists copilot; then
|
if ! command_exists copilot; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user