Update file run_onchange_after_41-vagrant-vmware-utility.tmpl

This commit is contained in:
Brian Zalewski 2023-01-24 10:21:38 +00:00
parent ab1f625265
commit 4fe3c2bfe5

View file

@ -1,8 +1,8 @@
{{- if ne .host.distro.family "windows" -}}
#!/usr/bin/env bash
{{- includeTemplate "universal/profile" }}
{{- includeTemplate "universal/logg" }}
{{ includeTemplate "universal/profile" }}
{{ includeTemplate "universal/logg" }}
### Only run logic if both Vagrant and VMWare are installed
if command -v vagrant > /dev/null && command -v vmware > /dev/null; then