From 36b3a1d8df6bc2e993ef05e803eaf7c7bd0a166c Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 31 Dec 2024 16:27:53 -0800 Subject: [PATCH] Get vagrant plugin list --- validate.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/validate.sh b/validate.sh index 3fd82ec..8ab17ab 100755 --- a/validate.sh +++ b/validate.sh @@ -97,6 +97,8 @@ else error "VirtualBox/Libvirt command line wasn't installed" fi export VAGRANT_DEFAULT_PROVIDER +info "Get vagrant plugin list" +vagrant plugin list info "Validating Vagrant operation" pushd "$(mktemp -d)" @@ -123,7 +125,6 @@ if vagrant up >/dev/null; then fi vagrant destroy -f else - vagrant plugin list error "Vagrant couldn't run the box" fi popd