From 6fa9f2813910a73232d1b9d1c84f22f271751f02 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 28 Aug 2021 00:53:15 +0300 Subject: [PATCH] Ignore my vagrant wrapper in the Git hook setup. Make the check if vagrant is installed worth anything. --- .githooks/post-merge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.githooks/post-merge b/.githooks/post-merge index f438306..c162463 100755 --- a/.githooks/post-merge +++ b/.githooks/post-merge @@ -12,7 +12,7 @@ notify 'Loading dconf config' Documents/bin/dconf-load notify 'Configuring Git repo' git config --local status.showUntrackedFiles no -if command -v vagrant > /dev/null +if command -pv vagrant > /dev/null then notify 'Installing Vagrant plugins' for plugin in landrush vagrant-gatling-rsync vagrant-disksize -- GitLab