From 0f064e931360eb6dde7d9aa33a2f2b2426023c7c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 1 Dec 2019 13:03:53 +0200 Subject: [PATCH] Add the useful Vagrant disksize plugin. --- .githooks/post-merge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/post-merge b/.githooks/post-merge index 4165d4e..fcd1b85 100755 --- a/.githooks/post-merge +++ b/.githooks/post-merge @@ -26,7 +26,7 @@ Documents/bin/cron-jobs if command -v vagrant > /dev/null then echo Installing Vagrant plugins >&2 - for plugin in landrush vagrant-gatling-rsync + for plugin in landrush vagrant-gatling-rsync vagrant-disksize do vagrant plugin list | grep -qw "$plugin" || vagrant plugin install "$plugin" || true done -- GitLab