diff --git a/scripts/load_path.py b/scripts/load_path.py index ec3776d..0251f8b 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -65,9 +65,9 @@ def register_role_paths(role, paths): def main(): print(f"Sage root: {SAGE_ROOT}") - print("Registering bugfix module RBAC permissions (developer only)...") + print("Registering bugfix module RBAC permissions (owner.developer only)...") total = 0 - total += register_role_paths("developer", PATHS_DEVELOPER) + total += register_role_paths("owner.developer", PATHS_DEVELOPER) print(f"\nDone. Total {total} permission entries registered.") print("NOTE: Restart Sage after permission changes to reload RBAC cache.")