mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Fix a typo "the the" -> "the"
Signed-off-by: Hu Shuai <hus.fnst@cn.fujitsu.com>
This commit is contained in:
parent
1ff8272748
commit
3eb8df0c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ type Chart struct {
|
|||
Icon string `json:"icon"`
|
||||
}
|
||||
|
||||
// Repo contains the name in monocular the the url for the repository
|
||||
// Repo contains the name in monocular the url for the repository
|
||||
type Repo struct {
|
||||
Name string `json:"name"`
|
||||
URL string `json:"url"`
|
||||
|
|
|
|||
Loading…
Reference in a new issue