From 7e3f30507e920971bb8d4819504e4a5b4924a213 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Tue, 12 Mar 2024 16:54:55 +0100 Subject: [PATCH] fix for Mojo::UserAgent usage --- bin/update-metadata | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-metadata b/bin/update-metadata index 424bade..73db173 100755 --- a/bin/update-metadata +++ b/bin/update-metadata @@ -76,7 +76,7 @@ foreach my $id (keys %{$configuration->{federations}}) { if (!$result->is_success()) { $db->rollback(); - die "failed to download federation metadata: " . $result->status_line(); + die "failed to download federation metadata: " . $result->message(); } $result->save_to($file->filename()); -- GitLab