Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vrigal committed Nov 26, 2024
1 parent e744921 commit 4552c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def get_or_create_repository(self, url):
return Repository.objects.get(url=url)
except Repository.DoesNotExist:
logger.warning(
f"No repository exist with URL {url} "
f"No repository exists with URL {url} "
"(must be in ALLOWED_REPOSITORY_HOST for automatic creation), skipping."
)
raise ValueError(url)
Expand Down

0 comments on commit 4552c4d

Please sign in to comment.