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

refactor: remove spread for node6+ support #368

Merged
merged 4 commits into from
Dec 11, 2018
Merged

Conversation

mushroom2
Copy link
Contributor

No description provided.

Copy link
Contributor

@silasbw silasbw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this!

...process.env,
...cmdEnv
},
env: Object.assign(process.env, cmdEnv),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this to:

Object.assign({}, process.env, cmdEnv),

so we avoid mutating process.env?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. Done with it!

Copy link
Contributor

@silasbw silasbw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 🥇

@silasbw silasbw merged commit 2e161aa into godaddy:master Dec 11, 2018
@silasbw
Copy link
Contributor

silasbw commented Dec 11, 2018

Published with kubernetes-client@6.5.1

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.

None yet

2 participants