Skip to content

Commit

Permalink
fix: repository url
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcdf committed May 9, 2021
1 parent b75d8f5 commit 7fd5211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Repository struct {
Name string `toml:"name"`
}

func (r *Repository) String() string {
func (r Repository) String() string {
return r.URL
}

Expand Down

0 comments on commit 7fd5211

Please sign in to comment.