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
## Summary
In aid of #1914
Added some basic support for spaces. I think this requires more
extensive testing around:
1. plugins
2. flake packages
I should try to have the examples tests run in cicd with a space in
their path.
## How was it tested?
```
mkdir -p `/Users/<omitted>/code/jetpack/devbox-projects/path with space`
devbox init
devbox shell
devbox add hello
devbox add cowsay
```
could run:
```
cowsay hello
```
set `export FISH=$(which fish)` and repeat the above steps
0 commit comments