Skip to content

Commit 0ffae2f

Browse files
committed
check subfolders for changes
1 parent 99fb11f commit 0ffae2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/redfetch/sync_remote.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def _needs_live_check(
8585
return True
8686
if (
8787
local_state.resolved_path != target.resolved_path
88+
or local_state.subfolder != target.subfolder
8889
or local_state.flatten != target.flatten
8990
or local_state.protected_files != target.protected_files
9091
):

0 commit comments

Comments
 (0)