Removed string type from existingVCSRepo to make linter happy

Signed-off-by: MrJack <36191829+biagiopietro@users.noreply.github.com>
pull/31615/head
MrJack 3 days ago
parent 241a1594db
commit 560fa5c150

@ -38,7 +38,7 @@ type VCSInstaller struct {
base base
} }
func existingVCSRepo(location string, version string) (Installer, error) { func existingVCSRepo(location, version string) (Installer, error) {
repo, err := vcs.NewRepo("", location) repo, err := vcs.NewRepo("", location)
if err != nil { if err != nil {
return nil, err return nil, err

Loading…
Cancel
Save