mirror of
https://github.com/microsoft/WSL.git
synced 2026-05-01 10:23:27 -05:00
Remove explicit '--tags' argument from find-release.py (#13481)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user