diff --git a/components/security_apps/local_policy_mgmt_gen/policy_maker_utils.cc b/components/security_apps/local_policy_mgmt_gen/policy_maker_utils.cc index 442a5ac..a96f0e4 100755 --- a/components/security_apps/local_policy_mgmt_gen/policy_maker_utils.cc +++ b/components/security_apps/local_policy_mgmt_gen/policy_maker_utils.cc @@ -58,7 +58,7 @@ Maybe PolicyMakerUtils::openFileAsJson(const string &path) { auto maybe_file_as_json = Singleton::Consume::by()->getExecOutput( - getFilesystemPathConfig() + "/bin/yq " + path + " -o json" + getFilesystemPathConfig() + "/bin/yq eval " + path + " -o json" ); if (!maybe_file_as_json.ok()) {