diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index f4eb62c..e27958b 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -21,7 +21,7 @@ pre proxyconf repo rubocop -scc +Scc sloc src SRIOV diff --git a/setup.sh b/setup.sh index 48ca157..a4f77ff 100755 --- a/setup.sh +++ b/setup.sh @@ -13,7 +13,7 @@ set -o errexit set -o pipefail msg="Summary \n" -export PKG_VAGRANT_VERSION=${PKG_VAGRANT_VERSION:-2.4.1} +export PKG_VAGRANT_VERSION=${PKG_VAGRANT_VERSION:-2.4.3} export PKG_VIRTUALBOX_VERSION=6.1 if [ "${DEBUG:-false}" == "true" ]; then set -o xtrace diff --git a/validate.sh b/validate.sh index cee722a..b15331c 100755 --- a/validate.sh +++ b/validate.sh @@ -57,7 +57,7 @@ if ! command -v vagrant >/dev/null; then error "Vagrant command line wasn't installed" fi -if [[ "$(vagrant version | awk 'NR==1{print $3}')" != "2.4.1" ]]; then +if [[ "$(vagrant version | awk 'NR==1{print $3}')" != "2.4.3" ]]; then warn "Vagrant command line has different version" fi