mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
sync_default_gems.rb: commit all after replaced rdoc-ref [ci skip]
This commit is contained in:
parent
01d56b99bf
commit
1654f88ca7
1 changed files with 1 additions and 1 deletions
|
@ -551,7 +551,7 @@ def sync_default_gems_with_commits(gem, ranges, edit: nil)
|
|||
end
|
||||
|
||||
if replace_rdoc_ref_all
|
||||
`git commit --amend --no-edit`
|
||||
`git commit --amend --no-edit --all`
|
||||
end
|
||||
|
||||
puts "Update commit message: #{sha}"
|
||||
|
|
Loading…
Reference in a new issue