Skip to content

Commit

Permalink
[DATALAD RUNCMD] run codespell throughout fixing typo automagically
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

Signed-off-by: Yaroslav Halchenko <[email protected]>
  • Loading branch information
yarikoptic committed Dec 13, 2023
1 parent c9a3359 commit 06d3e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/pkg/registry/pusher.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func Push(m types.ManifestList, addedTags []string, ms *store.MemoryStore) (stri
// until containerd/containerd issue #5978 (https://github.com/containerd/containerd/issues/5978) is
// fixed, we can work around this by attempting the push again now that the auth 401 is handled for
// registries like GCR and Quay.io
logrus.Debugf("body re-use error; will retry: %+v", err)
logrus.Debugf("body reuse error; will retry: %+v", err)
err := push(m.Reference, desc, m.Resolver, ms)
if err != nil {
return "", 0, errors.Wrapf(err, "Error pushing manifest list/index to registry: %s", desc.Digest.String())
Expand Down

0 comments on commit 06d3e14

Please sign in to comment.