diff --git a/lib/cdist/core/type.py b/lib/cdist/core/type.py index f679bb04..8439464e 100644 --- a/lib/cdist/core/type.py +++ b/lib/cdist/core/type.py @@ -117,7 +117,7 @@ class Type(object): return os.path.join(self.path, "manifest") @property - def gencode(self): + def gencode_local(self): return os.path.join(self.path, "gencode-local") @property