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

Replace ${pwd} with ${PWD} in run command #2667

Open
devskillz47 opened this issue Oct 17, 2024 · 0 comments
Open

Replace ${pwd} with ${PWD} in run command #2667

devskillz47 opened this issue Oct 17, 2024 · 0 comments

Comments

@devskillz47
Copy link

Content Bug Report

Page(s) Affected

https://www.tremor.rs/docs/0.12/guides/basics/#running

What needs to be fixed?

The ${pwd} element from the following run command evaluates to empty- at least in WSL for windows
$ TREMOR_PATH="$TREMOR_PATH:${pwd}/transform" tremor run transfor/main.troy

Suggested Improvement

Replace ${pwd} with ${PWD} in the run command which will evaluate to the current working directory path

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

1 participant