Removed string type from existingVCSRepo to make linter happy

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

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

Loading…
Cancel
Save