Skip to content

Commit

Permalink
Fix installation link
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Jun 26, 2023
1 parent e34a4be commit 947653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/backend/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func checkUpgrade(d *StatusInfo) { // TODO: check it once an hour
} else {
if v1.LessThan(v2) {
log.Warnf("Newer version is available: %s", d.LatestVer)
log.Warnf("Upgrade instructions: https://github.com/komodorio/komoplane#installing")
log.Warnf("Upgrade instructions: https://github.com/komodorio/komoplane#installation")
} else {
log.Debugf("Got latest version from GH: %s", d.LatestVer)
}
Expand Down

0 comments on commit 947653d

Please sign in to comment.