Commit 95d953b8 authored by vaikas-google's avatar vaikas-google

add scheme to default local repo

parent 84bf7b41
......@@ -84,7 +84,7 @@ func ensureHome() error {
if _, err := os.Create(repoFile); err != nil {
return err
}
if err := insertRepoLine("local", "localhost:8879/charts"); err != nil {
if err := insertRepoLine("local", "http://localhost:8879/charts"); err != nil {
return err
}
} else if fi.IsDir() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment