Fix generated comment in CODEOWNERS (#27115)
codeowners.py was moved from `/script/manifest/` to `/script/hassfest/`
in e8343452cd
.
This commit is contained in:
parent
d4a67e3a30
commit
9c49b8dfc1
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# This file is generated by script/manifest/codeowners.py
|
||||
# This file is generated by script/hassfest/codeowners.py
|
||||
# People marked here will be automatically requested for a review
|
||||
# when the code that they own is touched.
|
||||
# https://github.com/blog/2392-introducing-code-owners
|
||||
|
|
|
@ -4,7 +4,7 @@ from typing import Dict
|
|||
from .model import Integration, Config
|
||||
|
||||
BASE = """
|
||||
# This file is generated by script/manifest/codeowners.py
|
||||
# This file is generated by script/hassfest/codeowners.py
|
||||
# People marked here will be automatically requested for a review
|
||||
# when the code that they own is touched.
|
||||
# https://github.com/blog/2392-introducing-code-owners
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue