Skip to content

Commit

Permalink
Update pkg/cmd/registry/artifact/crud/list/list.go
Browse files Browse the repository at this point in the history
Co-authored-by: Enda <[email protected]>
  • Loading branch information
wtrocki and Enda authored Aug 12, 2021
1 parent 386e90b commit 5aed493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/registry/artifact/crud/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func runList(opts *Options) error {
return nil
}

func mapResponseItemsToRows(artifacts *[]registryinstanceclient.SearchedArtifact) []artifactRow {
func mapResponseItemsToRows(artifacts []registryinstanceclient.SearchedArtifact) []artifactRow {
rows := []artifactRow{}

for i := range *artifacts {
Expand Down

0 comments on commit 5aed493

Please sign in to comment.