mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Fix upgrade url (#453)
This commit is contained in:
parent
1c96a2bbaa
commit
4b700f5e66
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ func checkVersion(ctx context.DnoteCtx) error {
|
|||
if latestVersion == ctx.Version {
|
||||
log.Success("you are up-to-date\n\n")
|
||||
} else {
|
||||
log.Infof("to upgrade, see https://github.com/dnote/dnote/pkg/cli/blob/master/README.md\n")
|
||||
log.Infof("to upgrade, see https://github.com/dnote/dnote\n")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue