capistrano-nvm icon indicating copy to clipboard operation
capistrano-nvm copied to clipboard

Wrap with env

Open mameier opened this issue 3 years ago • 0 comments

When I used capistrano-nvm together with other simimar wrappers (in my case capistrano-rbenv) it happend that the wrapped command startet with setting environment variables.

exec of these commends led to command not found for a command like ${release_dir}/RBENV=... .

This can easily be fixed by running the wrapped command with env.

mameier avatar Jul 04 '21 18:07 mameier