Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Commit c3f5a83

Browse files
committed
Minor fix to grammatical error in error message for ErrRepositoryNotExists.
1 parent 2dc59a6 commit c3f5a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
var (
2626
ErrInvalidReference = errors.New("invalid reference, should be a tag or a branch")
27-
ErrRepositoryNotExists = errors.New("repository not exists")
27+
ErrRepositoryNotExists = errors.New("repository does not exist")
2828
ErrRepositoryAlreadyExists = errors.New("repository already exists")
2929
ErrRemoteNotFound = errors.New("remote not found")
3030
ErrRemoteExists = errors.New("remote already exists ")

0 commit comments

Comments
 (0)