Fix scaffold (#67769)
This commit is contained in:
parent
cdaa7bb60c
commit
58321c50e1
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class Info:
|
|||
"""Update the integration manifest."""
|
||||
print(f"Updating {self.domain} manifest: {kwargs}")
|
||||
self.manifest_path.write_text(
|
||||
json.dumps({**self.manifest(), **kwargs}, indent=2 + "\n")
|
||||
json.dumps({**self.manifest(), **kwargs}, indent=2) + "\n"
|
||||
)
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue