Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Feb 8, 2025
1 parent d08709e commit 6a36287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git_remote_dropbox/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _do_push(self, line: str) -> None:
self._delete(dst)
else:
self._push(src, dst)
if self._first_push and (not remote_head or src == git.symbolic_ref("HEAD")):
if self._first_push and (not remote_head or src == git.symbolic_ref_value("HEAD")):
remote_head = dst
line = readline()
if line == "":
Expand Down

0 comments on commit 6a36287

Please sign in to comment.