aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/upload_md.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/upload_md.py b/infra/bots/upload_md.py
index 302df4adf6..71e67688c6 100644
--- a/infra/bots/upload_md.py
+++ b/infra/bots/upload_md.py
@@ -61,7 +61,7 @@ def main():
sys.exit(1)
if diff_files:
subprocess.check_call(['git', 'add', '-u'])
- git_branch.commit_and_upload(True)
+ git_branch.commit_and_upload(False)
else:
print 'No changes so nothing to upload.'