diff options
author | Victor Morales <victor.morales@intel.com> | 2018-08-31 07:07:53 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-08-31 07:11:06 -0700 |
commit | 979f6535310b683747fd23423d27e0eeb72208b7 (patch) | |
tree | f472248b037e00118cb16a394e862c2168794e20 /vagrant | |
parent | 2f0b896a56c6297ce3434c8d5279b3440e437f18 (diff) |
Bump vagrant version from 2.1.2 to 2.1.4
Change-Id: Ie97897afdfca43d45a6c7055e34edee5e8ea3ce4
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
Diffstat (limited to 'vagrant')
-rwxr-xr-x | vagrant/setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/setup.sh b/vagrant/setup.sh index d4927dad..55c4a487 100755 --- a/vagrant/setup.sh +++ b/vagrant/setup.sh @@ -11,7 +11,7 @@ set -o nounset set -o pipefail -vagrant_version=2.1.2 +vagrant_version=2.1.4 if ! $(vagrant version &>/dev/null); then enable_vagrant_install=true else |