holo icon indicating copy to clipboard operation
holo copied to clipboard

"store at" path is wrong.

Open WhyNotHugo opened this issue 2 years ago • 2 comments

> 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.

WhyNotHugo avatar Jul 08 '22 16:07 WhyNotHugo

cmd/holo-files/internal/impl/entity.go, line 83

WhyNotHugo avatar Jul 08 '22 16:07 WhyNotHugo

No, that's not the right location apparently -- either that or I'm doing something wrong when building.

WhyNotHugo avatar Jul 13 '22 20:07 WhyNotHugo