Print repository version when opening a repo

This commit is contained in:
Michael Eischer 2022-04-11 20:59:44 +02:00
parent 7132df529e
commit ba27d29d58
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ func OpenRepository(opts GlobalOptions) (*repository.Repository, error) {
id = id[:8]
}
if !opts.JSON {
Verbosef("repository %v opened successfully, password is correct\n", id)
Verbosef("repository %v opened (repo version %v) successfully, password is correct\n", id, s.Config().Version)
}
}