diff --git a/internal/plugin/installer/vcs_installer.go b/internal/plugin/installer/vcs_installer.go index f194faa30..cb656e9f4 100644 --- a/internal/plugin/installer/vcs_installer.go +++ b/internal/plugin/installer/vcs_installer.go @@ -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