Undo Goland madness

This commit is contained in:
Audrius Butkevicius
2020-06-20 17:51:28 +01:00
parent 16f2445764
commit 65d0cc6423
7 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -386,7 +386,7 @@ func (f *folder) scanSubdirs(subDirs []string) error {
// and it's ok to release twice.
defer snap.Release()
// ClearForVersion the list of subitems to ensure that we start at a known
// Clean the list of subitems to ensure that we start at a known
// directory, and don't scan subdirectories of things we've already
// scanned.
subDirs = unifySubs(subDirs, func(file string) bool {