tremor-rs / tremor-runtime

Main Tremor Project Rust Codebase
https://www.tremor.rs
Apache License 2.0
866 stars 126 forks source link

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

Closed devskillz47 closed 6 days ago

devskillz47 commented 1 month ago

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

devskillz47 commented 6 days ago

new issue raised under tremor-www: (https://github.com/tremor-rs/tremor-www/issues/336)