Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment