diff --git a/src/cya/shell_session.py b/src/cya/shell_session.py index 2472e8b..912194a 100644 --- a/src/cya/shell_session.py +++ b/src/cya/shell_session.py @@ -315,7 +315,7 @@ def load_hub_orientation( try: qs = parse.urlencode({"topic_id": topic_id, "status": "active"}) - data = _read_json_url(f"{orientation.base_url}/workstreams/?{qs}", timeout=timeout) + data = _read_json_url(f"{orientation.base_url}/workplans/?{qs}", timeout=timeout) orientation.active_workstreams = _as_list(data) orientation.remote_checked = True except Exception as exc: