Skip to content

Commit 722c4ef

Browse files
Earlopainhsbt
authored andcommitted
Fix branch name for syntax_suggest sync
Followup to ruby#16674, I dropped this by accident
1 parent b6d0e56 commit 722c4ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tool/sync_default_gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def lib((upstream, branch), gemspec_in_subdir: false)
295295
"ext/strscan/regint.h",
296296
"ext/strscan/lib/strscan/truffleruby.rb",
297297
]),
298-
syntax_suggest: repo("ruby/syntax_suggest", [
298+
syntax_suggest: repo(["ruby/syntax_suggest", "main"], [
299299
["lib/syntax_suggest.rb", "lib/syntax_suggest.rb"],
300300
["lib/syntax_suggest", "lib/syntax_suggest"],
301301
["syntax_suggest.gemspec", "lib/syntax_suggest/syntax_suggest.gemspec"],

0 commit comments

Comments
 (0)