xo-cmake: bugfix: xo-randomgen has snowflake gh origin

This commit is contained in:
Roland Conybeare 2026-05-24 14:38:29 -04:00
commit 97bc5d7481

View file

@ -218,6 +218,9 @@ printrepo() {
xo-subsys)
echo "${XO_REPO_STEM}/subsys.git"
;;
xo-randomgen)
echo "${XO_REPO_STEM}/randomgen.git"
;;
xo-reflect)
echo "${XO_REPO_STEM}/reflect.git"
;;