Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Final fix to handle situations where the current user is not available (
#194) I finally found the circumstance where the current user info is not available. That happens if none of the environment variable $USER or $HOME are set and if cgo is disabled. That is the case when we build the release with Github Action. So the previous fix solved only part of the problem. We can't presume that current user will always be available.
- Loading branch information