Skip to content

Commit

Permalink
Remove unnecessary type declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
wmalik committed Mar 17, 2022
1 parent 9d9bc07 commit adf4c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gitutils/clone.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/go-git/go-git/v5/plumbing/transport/ssh"
)

var ErrRepoAlreadyCloned error = errors.New("Repository already cloned")
var ErrRepoAlreadyCloned = errors.New("Repository already cloned")

type commitInfo struct {
AuthorName string
Expand Down

0 comments on commit adf4c93

Please sign in to comment.