mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
Remove explicit '--tags' argument from find-release.py (#13481)
This commit is contained in:
parent
04eb4d4e8f
commit
259ec4e5a9
@ -17,7 +17,7 @@ from git import Repo, Commit, Tag
|
||||
def main(ref: str, line: int, commit: bool):
|
||||
repo = Repo('.')
|
||||
|
||||
repo.remote('origin').fetch('--tags')
|
||||
repo.remote('origin').fetch()
|
||||
tags = list_tags(repo)
|
||||
|
||||
if commit:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user