Skip to content

Commit a625d08

Browse files
committed
Adds _common_default to build _common_path_default
1 parent 2dbc2be commit a625d08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git/refs/tag.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ class TagReference(Reference):
1818
print(tagref.tag.message)"""
1919

2020
__slots__ = ()
21-
_common_path_default = "refs/tags"
21+
_common_default = "tags"
22+
_common_path_default = Reference._common_path_default + "/" + _common_default
2223

2324
@property
2425
def commit(self):

0 commit comments

Comments
 (0)