Skip to content

Commit

Permalink
Fix prune help. Fix print mirror instruction using deprecated value
Browse files Browse the repository at this point in the history
  • Loading branch information
shanedell committed Feb 22, 2024
1 parent 7168eb7 commit a685878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/prune.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
useAlpha bool
)

var pruneHelp = "prune the Red Hat Operator index image"
var pruneHelp = "prune operator index image"

func NewPruneCommand() *cobra.Command {
pruneCommand := &cobra.Command{
Expand Down
1 change: 1 addition & 0 deletions pkg/download/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ func Release() error {
"adm",
"release",
"mirror",
"--print-mirror-instructions", "idms",
"--registry-config", filepath.Join(utils.BundleDir, "pull-secret.json"),
"--to-dir", utils.BundleDirs.Release,
utils.BundleData.OpenshiftVersion,
Expand Down

0 comments on commit a685878

Please sign in to comment.