sync_default_gems.rb: commit all after replaced rdoc-ref [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-10-19 09:11:11 +09:00
parent 01d56b99bf
commit 1654f88ca7
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -551,7 +551,7 @@ def sync_default_gems_with_commits(gem, ranges, edit: nil)
end end
if replace_rdoc_ref_all if replace_rdoc_ref_all
`git commit --amend --no-edit` `git commit --amend --no-edit --all`
end end
puts "Update commit message: #{sha}" puts "Update commit message: #{sha}"