fixed typo

This commit is contained in:
Karma Riuk
2025-05-20 09:50:00 +02:00
parent 6e0aca2ad5
commit 3ffbb229b8

View File

@ -10,7 +10,7 @@ class NoDiffsBeforeError(SetupException):
class NoDiffsAfterError(SetupException):
reason_for_failure = "Couldn't get the diffs after the last commit"
reason_for_failure = "Couldn't get the diffs after the last comment"
class CantCloneRepoError(SetupException):