summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-10-19 09:11:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-10-19 09:11:11 +0900
commit1654f88ca78e41ab2de835396f2d4e673211df9c (patch)
treef0ab87d1776debf77415ed3916bd11698457963c /tool/sync_default_gems.rb
parent01d56b99bf1f89b104df789431f698e44d2d547c (diff)
sync_default_gems.rb: commit all after replaced rdoc-ref [ci skip]
Diffstat (limited to 'tool/sync_default_gems.rb')
-rwxr-xr-xtool/sync_default_gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index d7151af701..5aa7eb06eb 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -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}"