Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: epm domain config file can be a symlink
With v0.21.0, if the custom package domain file is a symbolic link epm commands will fail with: ```text => No config file for domain 'my.custom.domain' ``` This may be the case if the file is managed by something like stow, nix, or home-manager. Fix by following symbolic links. issue: #1833
- Loading branch information