Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 7ed1376

Browse files
author
Ulysses Souza
committed
Fix typo on bundle store
Signed-off-by: Ulysses Souza <[email protected]>
1 parent df7ae09 commit 7ed1376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/store/bundle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (b *bundleStore) Store(ref reference.Reference, bndl *relocated.Bundle) (re
7979
}
8080

8181
if err := bndl.Store(dir); err != nil {
82-
return id, errors.Wrapf(err, "failed to store reloacted bundle %q", ref)
82+
return id, errors.Wrapf(err, "failed to store relocated bundle %q", ref)
8383
}
8484

8585
b.refsMap.appendRef(id, ref)

0 commit comments

Comments
 (0)