Commit 70964d8
authored
Evaluate environment variables in the local plugin path (#2639)
## Summary
Fixes #2638
See issue for description of the problem. This PR is just a one-line
change to evaluate current environment variables as devbox assembles the
path for local plugins. This will allow things like a dynamic root
directory for plugin source.
## How was it tested?
Built devbox locally with code change and copied it to
/usr/local/bin/devbox. Refreshed global environment and plugins defined
with an environment variable in the path now resolve properly.
## Community Contribution License
All community contributions in this pull request are licensed to the
project
maintainers under the terms of the
[Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0).
By creating this pull request, I represent that I have the right to
license the
contributions to the project maintainers under the Apache 2 License as
stated in
the
[Community Contribution
License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).1 parent 86c1c3a commit 70964d8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments