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

space inserted in string containing colon #12

Open
verdverm opened this issue Jan 24, 2023 · 0 comments
Open

space inserted in string containing colon #12

verdverm opened this issue Jan 24, 2023 · 0 comments
Labels
can't reproduce Can't reproduce the error upstream Upstream package error

Comments

@verdverm
Copy link

verdverm commented Jan 24, 2023

-    PATH = "$PATH:$GOPATH/bin"
+    PATH = "$PATH: $GOPATH/bin"

but not in this case

    PATH = "$PATH:${env.GOPATH}/bin"

should string var substitution be made consistent, so that it always uses the curly braces?

@Airkro Airkro added upstream Upstream package error can't reproduce Can't reproduce the error labels Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can't reproduce Can't reproduce the error upstream Upstream package error
Development

No branches or pull requests

2 participants