puppetlabs / bolt-vanagon

Apache License 2.0
2 stars 31 forks source link

(maint) Fix bolt.bat file environment variables #155

Closed jpogran closed 3 years ago

jpogran commented 3 years ago

This commit fixes the paths set to the core environment variables for the ruby environment the bolt commandline expects.

Commit 917bbb1c40175c7863fb1fa7d76ca86da3da3f04 which implemented this was a copy paste of the Puppet bat approach, but did not account for the different path structure Puppet has compared to bolt.

Fixes: https://github.com/puppetlabs/bolt/issues/2650