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

gp env fails when the content contains the character = #4493

Closed
shaal opened this issue Jun 12, 2021 · 0 comments · Fixed by #4494
Closed

gp env fails when the content contains the character = #4493

shaal opened this issue Jun 12, 2021 · 0 comments · Fixed by #4494

Comments

@shaal
Copy link
Contributor

shaal commented Jun 12, 2021

Bug description

gp env fails when the content contains the character =

In any gitpod workspace, run
gp env Y='this=that'

You will get this error -
Y=this=that has no value (correct format is Y=this=that=some_value)

Steps to reproduce

In any gitpod workspace, run
gp env Y='this=that'

You will get this error -
Y=this=that has no value (correct format is Y=this=that=some_value)

Expected behavior

gp env Y='this=that' should create a Gitpod environment variable Y with the value this=that

Example repository

This bug can be reproduced in terminal of any Gitpod workspace

Anything else?

No response

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 a pull request may close this issue.

1 participant