Skip to content

Commit

Permalink
fix revision call
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed Dec 19, 2024
1 parent 90bb5c7 commit f59fe1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oxen/python/oxen/remote_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,4 @@ def revision(self) -> str:
"""
The branch or commit id for the repo
"""
return self._repo.revision()
return self._repo.revision

0 comments on commit f59fe1f

Please sign in to comment.