]> Frank Brehm's Git Trees - pixelpark/create-vmware-tpl.git/commitdiff
Cosmetic
authorFrank Brehm <frank.brehm@pixelpark.com>
Thu, 28 May 2020 15:43:47 +0000 (17:43 +0200)
committerFrank Brehm <frank.brehm@pixelpark.com>
Thu, 28 May 2020 15:43:47 +0000 (17:43 +0200)
lib/cr_vmware_tpl/cobbler.py

index b8bbc0699ccbe96620c3274ce1545d4d4e887715..357b8eca98f22baff7f792ea7f7725130bb29fc3 100644 (file)
@@ -34,7 +34,7 @@ from .config import CrTplConfiguration
 
 from .xlate import XLATOR
 
-__version__ = '0.3.6'
+__version__ = '0.3.7'
 
 LOG = logging.getLogger(__name__)
 
@@ -288,7 +288,7 @@ class Cobbler(BaseHandler):
 
         proc = self.exec_ssh(cmd)
         if proc.returncode == 0:
-            LOG.debug(_("Remote Kickstart script {!r} is has the correct content.").format(
+            LOG.debug(_("Remote Kickstart script {!r} has the correct content.").format(
                 str(remote_ks)))
             return