holo
holo copied to clipboard
"store at" path is wrong.
> sudo holo apply file:/etc/pacman.conf
Working on file:/etc/pacman.conf
store at /usr/share/holo/var/lib/holo/files/base/etc/pacman.conf
passthru /usr/share/holo/files/20-paru/etc/pacman.conf.holoscript
passthru /usr/share/holo/files/30-locale/etc/pacman.conf.holoscript
passthru /usr/share/holo/files/30-sysconfig/etc/pacman.conf.holoscript
The path in the line that starts with store at
is wrong. The correct path is /var/lib/holo/files/base/etc/pacman.conf
, withouth the /usr/share/holo
prefix.
cmd/holo-files/internal/impl/entity.go, line 83
No, that's not the right location apparently -- either that or I'm doing something wrong when building.