Skip to content

Commit

Permalink
rename folder
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
  • Loading branch information
qweeah committed Jun 29, 2023
1 parent ad47819 commit 0ba6c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/oras/root/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func runPush(ctx context.Context, opts pushOptions) error {
ManifestAnnotations: annotations[option.AnnotationManifest],
}

tmp, err := os.MkdirTemp("", "oras-push")
tmp, err := os.MkdirTemp("", "oras_push_")
if err != nil {
return err
}
Expand Down

0 comments on commit 0ba6c5f

Please sign in to comment.