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
fix(core): use home crate for cross-platform home directory resolution
Replace all direct `std::env::var("HOME")` lookups with the `home` crate,
which resolves the home directory correctly on both Unix (`HOME`) and
Windows (`USERPROFILE` / `HOMEDRIVE`+`HOMEPATH`).
Adds a `home_dir()` helper to `openshell-core::paths` and updates all
call sites across openshell-core, openshell-cli, openshell-providers,
openshell-server, openshell-driver-vm, and openshell-driver-podman.
Closes#2028
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
0 commit comments