Skip to content

Commit

Permalink
happy wayne happy life
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <[email protected]>
  • Loading branch information
Noxsios committed Dec 18, 2023
1 parent 74139f9 commit a92eb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/packager/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func (p *Packager) Publish() (err error) {

// ensure cli arch matches package arch
if pkg.Build.Architecture != arch {
return fmt.Errorf("architecture mismatch (expected: %q, got %q)", arch, pkg.Build.Architecture)
return fmt.Errorf("architecture mismatch (specified: %q, found %q)", arch, pkg.Build.Architecture)
}

if err := oci.CopyPackage(ctx, srcRemote, dstRemote, nil, config.CommonOptions.OCIConcurrency); err != nil {
Expand Down

0 comments on commit a92eb01

Please sign in to comment.