Skip to content

Commit

Permalink
fix: set storage commit to None in repository at revision context man…
Browse files Browse the repository at this point in the history
…ager
  • Loading branch information
renatav committed Dec 26, 2024
1 parent af0af2e commit 19ebb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taf/auth_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def repository_at_revision(self, commit: str):
"""
self._storage.commit = commit
yield
self._storage.commit = self.head_commit_sha()
self._storage.commit = None

def set_last_validated_data(
self,
Expand Down

0 comments on commit 19ebb23

Please sign in to comment.