Skip to content

Commit

Permalink
fix: set vagrant 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jairoFernandez committed Nov 6, 2024
1 parent 68492cd commit c560c4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtual-datacenter/scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ echo '------------------------------------'; \
sshCommand=$(civo_get_ssh_command)

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

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

0 comments on commit c560c4d

Please sign in to comment.