Fix merging mistake

This commit is contained in:
Darko Poljak 2021-04-20 07:46:30 +02:00
parent deaff9c8e7
commit 5b9c652221
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ class Config:
if not self.dry_run:
if cdist_object.code_local:
self.log.trace("Executing local code for %s",
cdist_object.ame))
cdist_object.name)
self._timeit(self.code.run_code_local,
"Type run code local for {}".format(
cdist_object.name))(cdist_object)