Skip to content

Commit c560c4d

Browse files
fix: set vagrant 2.4.1
1 parent 68492cd commit c560c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

virtual-datacenter/scripts/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ echo '------------------------------------'; \
6161
sshCommand=$(civo_get_ssh_command)
6262

6363
echo -e "${YELLOW}$sshCommand ${NOCOLOR}"
64-
local branch="fix/vagrant-version"
64+
local branch="main"
6565

6666
local fullCommand="$sshCommand -tt 'vagrant plugin list | grep -q vagrant-libvirt || vagrant plugin install vagrant-libvirt; \
6767
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

Comments
 (0)