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:
30ba767
)
Bump vagrant version to 2.2.2
73/74273/1
author
Victor Morales
<victor.morales@intel.com>
Wed, 5 Dec 2018 08:27:20 +0000
(
00:27
-0800)
committer
Victor Morales
<victor.morales@intel.com>
Wed, 5 Dec 2018 08:27:20 +0000
(
00:27
-0800)
Change-Id: Ia94ce1ea3efa19952f8b9ef69fba0684b9c6b2bb
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
092a3b6
..
3ea3005
100755
(executable)
--- a/
vagrant/setup.sh
+++ b/
vagrant/setup.sh
@@
-11,7
+11,7
@@
set -o nounset
set -o pipefail
-vagrant_version=2.2.
1
+vagrant_version=2.2.
2
if ! $(vagrant version &>/dev/null); then
enable_vagrant_install=true
else