mirror of https://github.com/rclone/rclone
docs: fix markdownlint issues md007/ul-indent md004/ul-style (bin/update-authors.py)
This commit is contained in:
parent
074d73d12b
commit
b2f43f39ba
|
|
@ -23,7 +23,7 @@ def add_email(name, email):
|
|||
"""
|
||||
print("Adding %s <%s>" % (name, email))
|
||||
with open(AUTHORS, "a+") as fd:
|
||||
print(" * %s <%s>" % (name, email), file=fd)
|
||||
print("- %s <%s>" % (name, email), file=fd)
|
||||
subprocess.check_call(["git", "commit", "-m", "Add %s to contributors" % name, AUTHORS])
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Reference in New Issue