mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
docs: fix markdownlint issues md007/ul-indent md004/ul-style (bin/update-authors.py)
This commit is contained in:
@@ -23,7 +23,7 @@ def add_email(name, email):
|
|||||||
"""
|
"""
|
||||||
print("Adding %s <%s>" % (name, email))
|
print("Adding %s <%s>" % (name, email))
|
||||||
with open(AUTHORS, "a+") as fd:
|
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])
|
subprocess.check_call(["git", "commit", "-m", "Add %s to contributors" % name, AUTHORS])
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|||||||
Reference in New Issue
Block a user