Skip to content

Commit 0f0fad6

Browse files
committed
fixup! Support for backup rotation on remote systems
1 parent 6a0e203 commit 0f0fad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rotate_backups/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ def matcher(self, matcher):
604604
"""Matcher to use to extract a timestamp from a file."""
605605
if not isinstance(matcher, Matcher):
606606
raise ValueError(f'{matcher} is not a Matcher')
607-
set_property(self, '_matcher', matcher)
607+
set_property(self, 'matcher', matcher)
608608

609609
def rotate_concurrent(self, *locations, **kw):
610610
"""

0 commit comments

Comments
 (0)