We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68492cd commit c560c4dCopy full SHA for c560c4d
virtual-datacenter/scripts/functions.sh
@@ -61,7 +61,7 @@ echo '------------------------------------'; \
61
sshCommand=$(civo_get_ssh_command)
62
63
echo -e "${YELLOW}$sshCommand ${NOCOLOR}"
64
- local branch="fix/vagrant-version"
+ local branch="main"
65
66
local fullCommand="$sshCommand -tt 'vagrant plugin list | grep -q vagrant-libvirt || vagrant plugin install vagrant-libvirt; \
67
curl -sLO https://github.com/konstructio/colony/releases/download/${COLONY_CLI_VERSION}/colony_Linux_x86_64.tar.gz && tar -xvf colony_Linux_x86_64.tar.gz; \
0 commit comments