Skip to content

Commit 8b54bf3

Browse files
committed
All repos use the "Update to ruby/spec@" message now
1 parent f42f81b commit 8b54bf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tool/sync/sync-rubyspec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
mri: {
1414
git: "https://github.com/ruby/ruby.git",
1515
master: "trunk",
16-
merge_message: "Update to ruby/spec@",
1716
},
1817
}
1918

@@ -64,7 +63,7 @@ def from_commit
6463
end
6564

6665
def last_merge_message
67-
message = @data[:merge_message] || "Merge ruby/spec commit"
66+
message = @data[:merge_message] || "Update to ruby/spec@"
6867
message.gsub!("ruby/spec", "ruby/mspec") if MSPEC
6968
message
7069
end

0 commit comments

Comments
 (0)