mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:17:42 +00:00
Collapse a few boolean operations
This commit is contained in:
@@ -84,7 +84,7 @@ func walk(ctx context.Context, repo restic.TreeLoader, prefix string, parentTree
|
||||
return false, err
|
||||
}
|
||||
|
||||
if ignore == false {
|
||||
if !ignore {
|
||||
allNodesIgnored = false
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user