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
Currently, if the HOME environment variable is temporarily overriden, toolbox(1) doesn't respect it. This is likely because Go's os/user doesn't respect the variable. Instead, it could be better to use os.UserHomeDir.
Currently, if the
HOME
environment variable is temporarily overriden,toolbox(1)
doesn't respect it. This is likely because Go's os/user doesn't respect the variable. Instead, it could be better to use os.UserHomeDir.See the discussion from here for the original motivation.
The text was updated successfully, but these errors were encountered: