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;