]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Fixing typo
authorFrank Brehm <frank@brehm-online.com>
Wed, 31 Aug 2022 11:08:50 +0000 (13:08 +0200)
committerFrank Brehm <frank@brehm-online.com>
Wed, 31 Aug 2022 11:08:50 +0000 (13:08 +0200)
lib/cr_vmware_tpl/config.py

index a294297058c640a9828d3ffb348b4cefbd916c5f..ccc41d92f4bd12fe9c7300aa8f49921e7e9bc0d9 100644 (file)
@@ -33,7 +33,7 @@ from . import DEFAULT_CONFIG_DIR, DEFAULT_DISTRO_ARCH, MAX_PORT_NUMBER
 
 from .xlate import XLATOR
 
-__version__ = '2.2.0'
+__version__ = '2.2.1'
 LOG = logging.getLogger(__name__)
 
 _ = XLATOR.gettext
@@ -1094,7 +1094,7 @@ class CrTplConfiguration(BaseMultiConfig):
             cls.evaluated_resolv_conf = True
             return False
 
-        LOG.info(_("Evaluating {!r} for nameservers.").format(str(ls.resolv_conf)))
+        LOG.info(_("Evaluating {!r} for nameservers.").format(str(cls.resolv_conf)))
 
         nameservers = []
         file_content = cls.resolv_conf.read_text()