You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[runx] Use single path for all runx binaries (#1544)
## Summary
This allows adding and removing runx binaries inside a devbox
environment without having to shellenv again.
## How was it tested?
```
devbox shell
which envsec
devbox add runx:jetpack-io/envsec
which envsec
devbox rm runx:jetpack-io/envsec
which envsec
```
0 commit comments