From 58c34429c89ad466c4ab200118a37e954eed812f Mon Sep 17 00:00:00 2001 From: Chris Long Date: Tue, 19 Feb 2019 08:53:03 -0800 Subject: [PATCH] Fixing directory version number --- ci/build_machine_bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_machine_bootstrap.sh b/ci/build_machine_bootstrap.sh index 8aae779..5dea161 100755 --- a/ci/build_machine_bootstrap.sh +++ b/ci/build_machine_bootstrap.sh @@ -53,7 +53,7 @@ if [ "$PACKER_ONLY" -eq 0 ]; then # Install Vagrant mkdir /opt/vagrant cd /opt/vagrant || exit 1 - wget https://releases.hashicorp.com/vagrant/2.2.2/vagrant_2.2.3_x86_64.deb + wget https://releases.hashicorp.com/vagrant/2.2.3/vagrant_2.2.3_x86_64.deb dpkg -i vagrant_2.2.3_x86_64.deb vagrant plugin install vagrant-reload