diff options
author | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-23 10:38:55 -0500 |
---|---|---|
committer | Yaroslav Halchenko <debian@onerussian.com> | 2023-01-23 10:38:55 -0500 |
commit | 1af335f9132ed441d0ee89af5e494bba9a401377 (patch) | |
tree | b40f6c98e561a269fa0aa1c1ce469dc9cebb9257 /bridge/gitlab/export.go | |
parent | b0ea26df494b9a66d4c860300b72ac2eb526db8f (diff) | |
download | git-bug-1af335f9132ed441d0ee89af5e494bba9a401377.tar.gz |
[DATALAD RUNCMD] Run codespell -w
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
Diffstat (limited to 'bridge/gitlab/export.go')
-rw-r--r-- | bridge/gitlab/export.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/gitlab/export.go b/bridge/gitlab/export.go index b3a02447..3beaec38 100644 --- a/bridge/gitlab/export.go +++ b/bridge/gitlab/export.go @@ -356,7 +356,7 @@ func (ge *gitlabExporter) exportBug(ctx context.Context, b *cache.BugCache, out case *bug.LabelChangeOperation: // we need to set the actual list of labels at each label change operation - // because gitlab update issue requests need directly the latest list of the verison + // because gitlab update issue requests need directly the latest list of the version for _, label := range op.Added { labelSet[label.String()] = struct{}{} |