Skip to content

Commit 4ab82ff

Browse files
Removed duplicate reporting of the InstallStepPreCheckValidateRuntimeVersion event (#241)
1 parent 0ae2db8 commit 4ab82ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/commands/runtime.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1850,7 +1850,6 @@ func getVersionIfExists(opts *RuntimeInstallOptions) error {
18501850
if opts.versionStr != "" {
18511851
log.G().Infof("vesionStr: %s", opts.versionStr)
18521852
version, err := semver.NewVersion(opts.versionStr)
1853-
handleCliStep(reporter.InstallStepPreCheckValidateRuntimeVersion, "Validating runtime version", err, false)
18541853
if err != nil {
18551854
return err
18561855
}

0 commit comments

Comments
 (0)