use global context for check, debug, dump, find, forget, init, key,

list, mount, tag, unlock commands

gh-1434
This commit is contained in:
George Armhold
2017-12-06 07:02:55 -05:00
parent 366622f09a
commit 1695c8ed55
13 changed files with 34 additions and 41 deletions

View File

@@ -115,7 +115,7 @@ func Create(ctx context.Context, cfg Config, rt http.RoundTripper) (restic.Backe
sem: sem,
}
present, err := be.Test(context.TODO(), restic.Handle{Type: restic.ConfigFile})
present, err := be.Test(ctx, restic.Handle{Type: restic.ConfigFile})
if err != nil {
return nil, err
}