Skip to content

Commit

Permalink
Update pkg/name/registry.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Johnson <jonjohnsonjr@gmail.com>
  • Loading branch information
imjasonh and jonjohnsonjr committed Apr 28, 2023
1 parent 93a5f21 commit 0785c40
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 0785c40

Please sign in to comment.