mirror of
https://github.com/kopia/kopia.git
synced 2026-03-19 22:56:29 -04:00
replaced use of Vault with Repository
This commit is contained in:
@@ -52,7 +52,7 @@ func runBackupsCommand(context *kingpin.ParseContext) error {
|
||||
conn := mustOpenConnection()
|
||||
defer conn.Close()
|
||||
|
||||
mgr := snapshot.NewManager(conn.Vault)
|
||||
mgr := snapshot.NewManager(conn)
|
||||
|
||||
var previous []string
|
||||
var relPath string
|
||||
|
||||
Reference in New Issue
Block a user