(fix): broken registry api

pull/291/head
Adam Reese 9 years ago
parent 9763a89335
commit 145d5e0c11

@ -162,8 +162,8 @@ func getGitRegistry(reg string) (registry.Registry, error) {
}
if s[0] == "helm" {
return registry.NewGithubPackageRegistry(s[0], s[1]), nil
return registry.NewGithubPackageRegistry(s[0], s[1], nil), nil
} else {
return registry.NewGithubRegistry(s[0], s[1], path), nil
return registry.NewGithubRegistry(s[0], s[1], path, nil), nil
}
}

Loading…
Cancel
Save