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

Commit 1ec8e49

Browse files
authored
Merge pull request #759 from ulyssessouza/fix-budndle-store-error-typo
Fix typo on bundle store
2 parents 0350566 + 7ed1376 commit 1ec8e49

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)