Skip to content

Commit

Permalink
* tool/merger.rb: typo.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
unak committed Nov 9, 2012
1 parent 125ca30 commit e4d1a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/merger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def tag intv_p = false, relname=nil
interactive "OK? svn cp -m \"add tag #{tagname}\" #{branch_url} #{tag_url}" do
end
end
system *%w'svn cp -m' + ["add tag #{tagname}"] + [branch_url, tag_urlw]
system *%w'svn cp -m' + ["add tag #{tagname}"] + [branch_url, tag_url]
end

def default_merge_branch
Expand Down

0 comments on commit e4d1a8a

Please sign in to comment.