removing blank line

pull/2862/head
Ryan Payton 8 years ago
parent 618aaba217
commit fa6face8a9

@ -87,7 +87,6 @@ func addRepository(name, url string, home helmpath.Home, certFile, keyFile, caFi
}
cif := home.RelativeIndex(name)
c := repo.Entry{
Name: name,
Cache: cif,
@ -97,7 +96,6 @@ func addRepository(name, url string, home helmpath.Home, certFile, keyFile, caFi
CAFile: caFile,
}
r, err := repo.NewChartRepository(&c, getter.All(settings))
if err != nil {
return err

Loading…
Cancel
Save