mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 02:56:31 +00:00
Fix typo in reference (#2409)
This commit is contained in:
parent
bff4af2534
commit
6769bfd824
@ -88,7 +88,7 @@ class StoreManager(CoreSysAttributes):
|
|||||||
self.sys_resolution.create_issue(
|
self.sys_resolution.create_issue(
|
||||||
IssueType.FATAL_ERROR,
|
IssueType.FATAL_ERROR,
|
||||||
ContextType.STORE,
|
ContextType.STORE,
|
||||||
refrence=repository.slug,
|
reference=repository.slug,
|
||||||
suggestions=[SuggestionType.EXECUTE_RELOAD],
|
suggestions=[SuggestionType.EXECUTE_RELOAD],
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user