Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap with env #33

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Wrap with env #33

wants to merge 2 commits into from

Conversation

mameier
Copy link

@mameier mameier commented Jul 4, 2021

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.

Martin Meier added 2 commits July 4, 2021 19:48
Hint for rails users in README.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant