From e6c28d58f1af922c771142794177852bc152ccd9 Mon Sep 17 00:00:00 2001 From: Kevin Duret Date: Wed, 5 Jul 2023 11:47:05 +0200 Subject: [PATCH] trigger --- .github/workflows/get-environment.yml | 2 +- src/centreon/plugins/dbi.pm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/get-environment.yml b/.github/workflows/get-environment.yml index fe41e6e73..0b8fe1c93 100644 --- a/.github/workflows/get-environment.yml +++ b/.github/workflows/get-environment.yml @@ -46,7 +46,7 @@ jobs: STABILITY="stable" ;; *) - STABILITY="canary" + STABILITY="unstable" ;; esac diff --git a/src/centreon/plugins/dbi.pm b/src/centreon/plugins/dbi.pm index ff61fa1f5..8c0603e50 100644 --- a/src/centreon/plugins/dbi.pm +++ b/src/centreon/plugins/dbi.pm @@ -18,6 +18,7 @@ # limitations under the License. # + package centreon::plugins::dbi; use strict;