Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master 298abf86b -> f3f0d55ac


Fix the typo in merge script on formatting modified title

/cc franckcuny

Author: Sijie Guo <sij...@twitter.com>

Reviewers: Franck Cuny <franck.c...@gmail.com>

Closes #28 from sijie/sijie/fix_typo_in_merge_script


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/f3f0d55a
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/f3f0d55a
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/f3f0d55a

Branch: refs/heads/master
Commit: f3f0d55ac5e88128d0b6cb273cb0986ad05f72d8
Parents: 298abf8
Author: Sijie Guo <sij...@twitter.com>
Authored: Tue Nov 8 23:30:42 2016 -0800
Committer: Sijie Guo <si...@apache.org>
Committed: Tue Nov 8 23:30:42 2016 -0800

----------------------------------------------------------------------
 scripts/dev/dl-merge-pr.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/f3f0d55a/scripts/dev/dl-merge-pr.py
----------------------------------------------------------------------
diff --git a/scripts/dev/dl-merge-pr.py b/scripts/dev/dl-merge-pr.py
index 81a3cf1..ca853d0 100755
--- a/scripts/dev/dl-merge-pr.py
+++ b/scripts/dev/dl-merge-pr.py
@@ -506,7 +506,7 @@ def main():
   if modified_title != commit_title:
     print 'I\'ve re-written the title as follows to match the standard format:'
     print 'Original: {0}'.format(commit_title)
-    print 'Modified: {1}'.format(modified_title)
+    print 'Modified: {0}'.format(modified_title)
     result = raw_input('Would you like to use the modified title? (y/n): ')
     if result.lower() == 'y':
       commit_title = modified_title

Reply via email to