From 674a8026681b4b0387f71383231f969f263a7b41 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Fri, 22 Mar 2024 19:59:44 +0000 Subject: [PATCH] Fix the spelling error in UBUNTU_OPENSTACK_RELEASE noble Where noble shoule be nobel. --- 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 d0089eb7f..189083ae9 100644 --- a/charmhelpers/fetch/ubuntu.py +++ b/charmhelpers/fetch/ubuntu.py @@ -317,7 +317,7 @@ ('kinetic', 'zed'), ('lunar', 'antelope'), ('mantic', 'bobcat'), - ('noble', 'caracal'), + ('nobel', 'caracal'), ])