Skip to content

Commit

Permalink
Fix core_agents_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Jun 24, 2024
1 parent e436a77 commit f85c595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/share/services_utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ inline bool core_daemons_enabled(void) {

inline bool core_agents_enabled(void) {
auto exit_code = system(fmt::format("'{0}' core-agents-enabled",
daemons_path)
agents_path)
.c_str());
return exit_code == 0;
}
Expand Down

0 comments on commit f85c595

Please sign in to comment.