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

"push" not adding delimiter #17

Closed
altano opened this issue Jan 3, 2014 · 1 comment
Closed

"push" not adding delimiter #17

altano opened this issue Jan 3, 2014 · 1 comment

Comments

@altano
Copy link

altano commented Jan 3, 2014

Hello,

At least on Windows, "push" is not adding a delimiter to the environment variable and is just concatenating the specified string onto the existing environment variable. Obviously this is incorrect and it should be adding a semicolon.

@jsoverson
Copy link
Owner

Did you specify the delimiter? eg

    push : {
      PATH : {
        value : '~/bin',
        delimiter : ':'
      }
    },

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

No branches or pull requests

2 participants