summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/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 5b64c83f8c..935b9ef0d7 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -402,7 +402,7 @@ def sync_default_gems_with_commits(gem, ranges, edit: nil)
end
puts "Try to pick these commits:"
- puts commits.map{|commit| commit.join(": ")}.join("\n")
+ puts commits.map{|commit| commit.join(": ")}
puts "----"
failed_commits = []