Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.

Commit 3196cf6

Browse files
committed
Fix service list path in bridge
1 parent d35515a commit 3196cf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging/bridge.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static std::vector<std::string> get_services() {
2626

2727
assert(base_dir_ptr);
2828
std::string base_dir = base_dir_ptr;
29-
std::string service_list_path = base_dir + "/selfdrive/service_list.yaml";
29+
std::string service_list_path = base_dir + "/cereal/service_list.yaml";
3030
YAML::Node service_list = YAML::LoadFile(service_list_path);
3131

3232
std::vector<std::string> name_list;

0 commit comments

Comments
 (0)