From 9ca2e30066e3d501b0d2b8a5c5d20c638bd1d673 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Tue, 6 Feb 2024 11:30:02 +0000 Subject: [PATCH] Fix typo of nobel -> noble --- charmhelpers/fetch/ubuntu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charmhelpers/fetch/ubuntu.py b/charmhelpers/fetch/ubuntu.py index 189083ae9..d0089eb7f 100644 --- a/charmhelpers/fetch/ubuntu.py +++ b/charmhelpers/fetch/ubuntu.py @@ -317,7 +317,7 @@ ('kinetic', 'zed'), ('lunar', 'antelope'), ('mantic', 'bobcat'), - ('nobel', 'caracal'), + ('noble', 'caracal'), ])