Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
7b0a407f
Commit
7b0a407f
authored
Aug 07, 2019
by
AllenZMC
Committed by
czm
Aug 07, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix mis-spelling in manager.go
Signed-off-by:
czm
<
zhongming.chang@daocloud.io
>
parent
cbb6c777
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
manager.go
pkg/downloader/manager.go
+1
-1
No files found.
pkg/downloader/manager.go
View file @
7b0a407f
...
...
@@ -357,7 +357,7 @@ func (m *Manager) hasAllRepos(deps []*chartutil.Dependency) error {
return
nil
}
// getRepoNames returns the repo names of the referenced deps which can be used to fetch the ca
hc
ed index file.
// getRepoNames returns the repo names of the referenced deps which can be used to fetch the ca
ch
ed index file.
func
(
m
*
Manager
)
getRepoNames
(
deps
[]
*
chartutil
.
Dependency
)
(
map
[
string
]
string
,
error
)
{
rf
,
err
:=
repo
.
LoadRepositoriesFile
(
m
.
HelmHome
.
RepositoryFile
())
if
err
!=
nil
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment