Skip to content

Commit

Permalink
Update component/attr_cache/attr_cache.go
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Habinsky <[email protected]>
Signed-off-by: Dabnsky <[email protected]>
  • Loading branch information
Dabnsky and foodprocessor authored Oct 20, 2023
1 parent 8a14f55 commit 14e911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/attr_cache/attr_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func (ac *AttrCache) renameCachedDirectoryHelper(srcItem *attrCacheItem, srcDir
// 4.) insert the attribute from previous step into the cacheMap
dstItem := ac.cacheMap.insert(dstAttr, srcItem.exists(), srcItem.cachedAt)

// 5.) mark that inserted item in the cloud
// 5.) mark whether the item is in the cloud
dstItem.markInCloud(srcItem.isInCloud())

// 6.) repeat steps 1 - 5 for any children in the current source Item
Expand Down

0 comments on commit 14e911e

Please sign in to comment.