diff --git a/src/script/hydra-notify b/src/script/hydra-notify index a8f48252..181fba36 100755 --- a/src/script/hydra-notify +++ b/src/script/hydra-notify @@ -50,7 +50,7 @@ sub runPluginsForEvent { for my $build ($db->resultset('Builds')->search( { notificationpendingsince => { '!=', undef } })) { - print STDERR "sending notifications for build $build->id...\n"; + print STDERR "sending notifications for build ${\$build->id}...\n"; my $event = Hydra::Event::BuildFinished->new($build->id);