diff options
author | Michael Muré <batolettre@gmail.com> | 2020-02-15 15:51:16 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-02-15 15:51:16 +0100 |
commit | 0bb9ed9b0e6a53fd668be0c60127af78ddd061b5 (patch) | |
tree | 72efd9bdbf1ecdda60cdeaab561a5fc36b032871 /bridge/github/import.go | |
parent | cfa005889a7d398ee71eac4a6d4b23a691a7ef2a (diff) | |
parent | 157e10f2e1d49748f62e210cadc088ecae9f3dfc (diff) | |
download | git-bug-0bb9ed9b0e6a53fd668be0c60127af78ddd061b5.tar.gz git-bug-0bb9ed9b0e6a53fd668be0c60127af78ddd061b5.zip |
Merge remote-tracking branch 'origin/master' into cheshirekow-jira
Diffstat (limited to 'bridge/github/import.go')
-rw-r--r-- | bridge/github/import.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/github/import.go b/bridge/github/import.go index 3267c0132..b30be73a1 100644 --- a/bridge/github/import.go +++ b/bridge/github/import.go @@ -29,7 +29,7 @@ type githubImporter struct { out chan<- core.ImportResult } -func (gi *githubImporter) Init(repo *cache.RepoCache, conf core.Configuration) error { +func (gi *githubImporter) Init(_ context.Context, repo *cache.RepoCache, conf core.Configuration) error { gi.conf = conf creds, err := auth.List(repo, auth.WithTarget(target), auth.WithKind(auth.KindToken)) |