[2026-05-03 15:59:50.543] [ERROR] [updatenotification] Failed to get git revisions for MagicMirror: Error: Command failed: git rev-list --ancestry-path --count 3335781..d20306c develop
fatal: ambiguous argument '3335781..d20306c develop': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
Manually executing works:
/opt/magic_mirror $ git rev-list --ancestry-path --count 3335781..d20306c develop
2
Manually executing works: