Skip to content

Commit

Permalink
Updated hook_update_N() increment
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria committed Jan 8, 2024
1 parent 96187e8 commit 2b5ffe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/tide_jira/tide_jira.install
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use Drupal\monitoring\Entity\SensorConfig;
/**
* Configure sensor if monitoring module is present.
*/
function tide_jira_update_8002() {
function tide_jira_update_10001() {
if (\Drupal::service('module_handler')->moduleExists('monitoring')) {
$sensor = SensorConfig::create([
'id' => 'tide_jira',
Expand Down

0 comments on commit 2b5ffe4

Please sign in to comment.