Fix typo in reference (#2409)

This commit is contained in:
Joakim Sørensen 2021-01-07 19:05:31 +01:00 committed by GitHub
parent bff4af2534
commit 6769bfd824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ class StoreManager(CoreSysAttributes):
self.sys_resolution.create_issue(
IssueType.FATAL_ERROR,
ContextType.STORE,
refrence=repository.slug,
reference=repository.slug,
suggestions=[SuggestionType.EXECUTE_RELOAD],
)
else: