Commit 6fa9f281 authored by nimrod's avatar nimrod
Browse files

Ignore my vagrant wrapper in the Git hook setup.

Make the check if vagrant is installed worth anything.
parent d5c94dcf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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