From 6eba2804dae35e3d42ea8f0d2aebd33723970bf1 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 27 May 2020 15:40:51 +0200 Subject: [PATCH] Bugfixing --- lib/cr_vmware_tpl/handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cr_vmware_tpl/handler.py b/lib/cr_vmware_tpl/handler.py index db90b61..51861b7 100644 --- a/lib/cr_vmware_tpl/handler.py +++ b/lib/cr_vmware_tpl/handler.py @@ -122,7 +122,7 @@ class CrTplHandler(BaseHandler): self.cobbler = Cobbler( appname=self.appname, verbose=self.verbose, base_dir=self.base_dir, - config=config, imulate=self.simulate, force=self.force, + config=config, simulate=self.simulate, force=self.force, terminal_has_colors=self.terminal_has_colors, initialized=False) if initialized: -- 2.39.5