diff options
Diffstat (limited to 'entity/id.go')
-rw-r--r-- | entity/id.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/id.go b/entity/id.go index 9e724012..b602452e 100644 --- a/entity/id.go +++ b/entity/id.go @@ -65,7 +65,7 @@ func (i Id) MarshalGQL(w io.Writer) { // IsValid tell if the Id is valid func (i Id) Validate() error { - // Special case to + // Special case to detect outdated repo if len(i) == 40 { return fmt.Errorf("outdated repository format, please use https://github.com/MichaelMure/git-bug-migration to upgrade") } |