From 5bc30d8fa2f182bd98931be2919e3f1478fef877 Mon Sep 17 00:00:00 2001 From: Evan-Adam <152897682+Evan-Adam@users.noreply.github.com> Date: Fri, 15 Mar 2024 13:19:38 +0100 Subject: [PATCH] CTOR-439-datacore-plugin-bad-path-in-pkg-json-source-code-is-not-properly-fatpacked (#4950) --- .../pkg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/pkg.json b/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/pkg.json index 824189ab2..07abebb16 100644 --- a/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/pkg.json +++ b/packaging/centreon-plugin-Hardware-Storage-DataCore-Sansymphony-Restapi/pkg.json @@ -4,6 +4,6 @@ "plugin_name": "centreon_datacore_api.pl", "files": [ "centreon/plugins/script_custom.pm", - "storage/datacore/api/" + "storage/datacore/restapi/" ] }