Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Fix typo on bundle store
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
  • Loading branch information
ulyssessouza committed Nov 21, 2019
1 parent df7ae09 commit 7ed1376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/store/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func (b *bundleStore) Store(ref reference.Reference, bndl *relocated.Bundle) (re
}

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

b.refsMap.appendRef(id, ref)
Expand Down

0 comments on commit 7ed1376

Please sign in to comment.