diff --git a/borgmatic/hooks/dispatch.py b/borgmatic/hooks/dispatch.py index 93cae9c..d41ebab 100644 --- a/borgmatic/hooks/dispatch.py +++ b/borgmatic/hooks/dispatch.py @@ -23,6 +23,7 @@ HOOK_NAME_TO_MODULE = { 'cronhub': cronhub, 'cronitor': cronitor, 'healthchecks': healthchecks, + 'loki': loki, 'mariadb_databases': mariadb, 'mongodb_databases': mongodb, 'mysql_databases': mysql, @@ -30,7 +31,6 @@ HOOK_NAME_TO_MODULE = { 'pagerduty': pagerduty, 'postgresql_databases': postgresql, 'sqlite_databases': sqlite, - 'loki': loki, 'uptimekuma': uptimekuma, }