Skip to content

Commit

Permalink
fix: #310, use handleMeta in rename (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
asabya authored Nov 22, 2022
1 parent 0ee951e commit 2d52b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/file/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (f *File) RenameFromFileName(fileNameWithPath, newFileNameWithPath, podPass
p.ModificationTime = time.Now().Unix()

// upload meta
err = f.uploadMeta(p, podPassword)
err = f.handleMeta(p, podPassword)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 2d52b2b

Please sign in to comment.