mirror of
https://github.com/kopia/kopia.git
synced 2026-05-14 09:47:35 -04:00
replaced use of Vault with Repository
This commit is contained in:
@@ -19,7 +19,7 @@ func init() {
|
||||
|
||||
func removePolicy(context *kingpin.ParseContext) error {
|
||||
conn := mustOpenConnection()
|
||||
mgr := snapshot.NewManager(conn.Vault)
|
||||
mgr := snapshot.NewManager(conn)
|
||||
|
||||
targets, err := policyTargets(policyRemoveGlobal, policyRemoveTargets)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user