Code Review
/
multicloud
/
k8s.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
6bbfadb
)
Bump vagrant version to 2.2.3
14/75614/1
author
Victor Morales
<victor.morales@intel.com>
Thu, 10 Jan 2019 02:31:21 +0000
(18:31 -0800)
committer
Victor Morales
<victor.morales@intel.com>
Thu, 10 Jan 2019 02:33:53 +0000
(18:33 -0800)
Change-Id: I177d1e8ee849bab57fcf313f849c4f4c0e5ff511
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: MULTICLOUD-301
vagrant/setup.sh
patch
|
blob
|
history
diff --git
a/vagrant/setup.sh
b/vagrant/setup.sh
index
674462e
..
3bbcc4c
100755
(executable)
--- a/
vagrant/setup.sh
+++ b/
vagrant/setup.sh
@@
-11,7
+11,7
@@
set -o nounset
set -o pipefail
-vagrant_version=2.2.
2
+vagrant_version=2.2.
3
if ! $(vagrant version &>/dev/null); then
enable_vagrant_install=true
else