Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Oct 16, 2023
1 parent 9239ee8 commit 040023e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/addons/adminconsole/adminconsole.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ func (a *AdminConsole) Latest() (string, error) {
}
if semver.Compare("v"+latest, "v"+currentV) < 0 {
latest = currentV
} else {
}
}
logrus.Infof("Latest Admin Console version found: %s", latest)
Expand Down

0 comments on commit 040023e

Please sign in to comment.