Skip to content

Commit

Permalink
Merge pull request #195 from flyingcircusio/FC-40974-touch-singleunta…
Browse files Browse the repository at this point in the history
…r-target

[FC-40974] SingleUntar: touch `self.target` on update
  • Loading branch information
Ma27 authored Oct 8, 2024
2 parents 1679d98 + 90a3d1d commit ebda7c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/batou_ext/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def verify(self):
def update(self):
if not self._only_marker_cleanup:
super().update()
self.touch(self.target)
self.touch(self._finish_marker)

for old_marker in self._markers_to_unlink:
Expand Down

0 comments on commit ebda7c4

Please sign in to comment.