Skip to content

Commit

Permalink
replace pack with build manifest in UI
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah committed Jan 13, 2023
1 parent a6cbc9f commit 7d570b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/oras/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Example - Push file "hi.txt" with multiple tags and concurrency level tuned:
},
RunE: func(cmd *cobra.Command, args []string) error {
if opts.ManifestMediaType == ocispec.MediaTypeArtifactManifest && opts.manifestConfigRef != "" {
return errors.New("cannot pack an OCI artifact with manifest config at the same time")
return errors.New("cannot build an OCI artifact with manifest config")
}
refs := strings.Split(args[0], ",")
opts.targetRef = refs[0]
Expand Down

0 comments on commit 7d570b0

Please sign in to comment.