Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
  • Loading branch information
Wwwsylvia committed Dec 3, 2024
1 parent b179510 commit 089ab40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/oras/root/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ type pushOptions struct {
manifestConfigRef string
artifactType string
concurrency int
verbose bool // deprecated
// Deprecated: verbose is deprecated and will be removed in the future.
verbose bool
}

func pushCmd() *cobra.Command {
Expand Down

0 comments on commit 089ab40

Please sign in to comment.