From 48feda50cb8de072fa23f370b89999af58ba59bc Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 27 Jul 2023 14:58:34 +0200 Subject: [PATCH] Bug 34302: DO NOT PUSH - to test failure Really, do not push! :D --- svc/renew | 2 ++ 1 file changed, 2 insertions(+) diff --git a/svc/renew b/svc/renew index ce026cfc46a..443d9d63e0d 100755 --- a/svc/renew +++ b/svc/renew @@ -92,5 +92,7 @@ if ( $data->{renew_okay} || ( $seen && $data->{error} eq 'too_unseen') ) { } }; } +$data->{renew_okay} = 0; +$data->{error} = 'renewal_failed'; print to_json($data); -- 2.25.1