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
+1 -1
View File
@@ -183,7 +183,7 @@ func runDebugDump(gopts GlobalOptions, args []string) error {
}
}
err = repo.LoadIndex(context.TODO())
err = repo.LoadIndex(gopts.ctx)
if err != nil {
return err
}