Skip to content

Commit

Permalink
Update pkg/name/registry.go
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Apr 28, 2023
1 parent 93a5f21 commit 666716a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/name/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func (r Registry) String() string {

// Repo returns a Repository in the Registry with the given name.
func (r Registry) Repo(repo ...string) Repository {
// TODO: Panic if repo is empty?
return Repository{Registry: r, repository: path.Join(repo...)}
}

Expand Down

0 comments on commit 666716a

Please sign in to comment.