repopick: use https by default for repopicking
Change-Id: Iae1fde3515b0377a2b9253102c82d28b0fdaca4a
This commit is contained in:
parent
81eecf9584
commit
2965342b9a
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ def fetch_query(remote_url, query):
|
|||
|
||||
if __name__ == '__main__':
|
||||
# Default to LineageOS Gerrit
|
||||
default_gerrit = 'http://review.lineageos.org'
|
||||
default_gerrit = 'https://review.lineageos.org'
|
||||
|
||||
parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter, description=textwrap.dedent('''\
|
||||
repopick.py is a utility to simplify the process of cherry picking
|
||||
|
|
Loading…
Reference in a new issue