Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdyoung committed Jun 20, 2024
1 parent 77c691c commit 86a2ee1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cli/admin/release/extract_tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,6 @@ func copyAndReplace(errorOutput io.Writer, w io.Writer, r io.Reader, bufferSize
remainingNames := make([]string, 0, len(replacements))
for i, matched := range matches {
if !matched {
fmt.Println("remainingNames ", remainingNames)
remainingNames = append(remainingNames, replacements[i].name)
}
}
Expand Down
1 change: 1 addition & 0 deletions pkg/cli/admin/release/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,7 @@ func (i *ReleaseInfo) Platform() string {
}
return fmt.Sprintf("multi (%s/%s)", os, arch)
}

func (o *InfoOptions) LoadReleaseInfo(image string, retrieveImages bool) (*ReleaseInfo, error) {
ref, err := imagesource.ParseReference(image)
if err != nil {
Expand Down

0 comments on commit 86a2ee1

Please sign in to comment.