mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix scaffold (#67769)
This commit is contained in:
parent
cdaa7bb60c
commit
58321c50e1
@ -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…
x
Reference in New Issue
Block a user