From e572a5e576dd0bf9629803a29c632b71cb401e93 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 16 Aug 2021 15:52:14 -0400 Subject: [PATCH] hydra-notify: use Hydra::Event --- src/script/hydra-notify | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/script/hydra-notify b/src/script/hydra-notify index 2c323b7f..b8138bfc 100755 --- a/src/script/hydra-notify +++ b/src/script/hydra-notify @@ -2,12 +2,13 @@ use strict; use utf8; +use Getopt::Long; +use Hydra::Event; use Hydra::Event::BuildFinished; use Hydra::Helper::AddBuilds; use Hydra::Helper::Nix; use Hydra::Plugin; use Hydra::PostgresListener; -use Getopt::Long; STDERR->autoflush(1); STDOUT->autoflush(1);