fix: fix packer template error
This commit is contained in:
@@ -89,6 +89,7 @@ class PkgConfigRender:
|
||||
payload: dict[str, Any] = {
|
||||
"name": self.__properties.name,
|
||||
"description": self.__properties.description,
|
||||
"version": str(self.__properties.version),
|
||||
"artifact": self.__properties.artifact,
|
||||
"requires": self.__properties.requires,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user