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
GetAbsHomePath needs a slight changeup in logic, it should only try to calculate homePathif~ is found in the string, otherwise no home path expansion is needed.
Environment
Device and OS: Intel NUC on Ubuntu 22.04
App version: v0.42.0
Kubernetes distro being used: RKE2
Other: Running init as systemd service
Steps to reproduce
zarf init
as a user / profile w/ no$HOME
env variable.zarf/src/pkg/packager/deploy.go
Line 426 in 09c41a1
GetAbsHomePath
needs a slight changeup in logic, it should only try to calculatehomePath
if~
is found in the string, otherwise no home path expansion is needed.zarf/src/config/config.go
Lines 105 to 115 in 09c41a1
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Low, can define a dummy
$HOME
in the meantime.The text was updated successfully, but these errors were encountered: