Fix small typo
Change-Id: Ie478b742e6752d9ae6f9d3882ba01ef613524a31
This commit is contained in:
parent
b93363e753
commit
4f6df0b9fd
@ -72,7 +72,7 @@ class GitInvalidRepoException(PeglegBaseException):
|
|||||||
|
|
||||||
class GitMissingUserException(PeglegBaseException):
|
class GitMissingUserException(PeglegBaseException):
|
||||||
"""Exception raised when a username is required, but not provided."""
|
"""Exception raised when a username is required, but not provided."""
|
||||||
message = 'Repo URL %(url)s reuqires a username, but none was provided.'
|
message = 'Repo URL %(url)s requires a username, but none was provided.'
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user