Skip to content

Commit

Permalink
fixup! Remove protobuf depenency
Browse files Browse the repository at this point in the history
  • Loading branch information
karczex committed Dec 19, 2024
1 parent ef7a981 commit 7af2224
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libebpfdiscovery/src/Discovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ void Discovery::outputServicesToStdout() {
return;
}

boost::json::object outJson{{"services", boost::json::value_from(services)}};
boost::json::object outJson{{"service", boost::json::value_from(services)}};
boost::json::ext::print(std::cout, outJson);
std::cout << std::endl;

serviceAggregator.clear();
}
Expand Down

0 comments on commit 7af2224

Please sign in to comment.