🐛 Fix typo

This commit is contained in:
Liang Ding 2022-06-04 21:05:03 +08:00
parent 64ae905921
commit 1acfe53098
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 5 additions and 5 deletions

View file

@ -723,7 +723,7 @@ func cloudUpsertRemoveListOSS(localDirPath string, cloudFileList map[string]*Clo
ignores := syncIgnoreList.Values()
for _, p := range ignores {
relPath := p.(string)
relPath = pathSha246(relPath, "/")
relPath = pathSha256Short(relPath, "/")
relPath = filepath.Join(localDirPath, relPath)
excludes[relPath] = true
}