From: Frank Brehm Date: Wed, 31 Aug 2022 11:08:50 +0000 (+0200) Subject: Fixing typo X-Git-Tag: 2.7.0^2^2~1 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=9b059272b6e0b85ee045804e50b5a15c518262de;p=pixelpark%2Fcreate-vmware-tpl.git Fixing typo --- diff --git a/lib/cr_vmware_tpl/config.py b/lib/cr_vmware_tpl/config.py index a294297..ccc41d9 100644 --- a/lib/cr_vmware_tpl/config.py +++ b/lib/cr_vmware_tpl/config.py @@ -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()