From d01a6db68a21c0abd3b382468ffbda538b2baef0 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 8 Jan 2026 14:38:08 -0800 Subject: [PATCH] remove old newsfragment (#10527) this is a quick fix for the problem i noticed at https://github.com/certbot/certbot/issues/10526 and that issue is tracking fixing our tooling to avoid this problem in the future i personally don't think this PR requires two reviews --- newsfragments/10509.fixed | 1 - 1 file changed, 1 deletion(-) delete mode 100644 newsfragments/10509.fixed diff --git a/newsfragments/10509.fixed b/newsfragments/10509.fixed deleted file mode 100644 index 4842fe710..000000000 --- a/newsfragments/10509.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixed a regression that caused certbot to crash if multiple --webroot-path values were set on the command line.