mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix a constant name typo in redmine-backporter.rb
[ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a0f1c77adc
commit
6feb1684f3
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ eom
|
|||
|
||||
"backport" => proc{|args|
|
||||
# this feature implies backport command which wraps tool/merger.rb
|
||||
raise CommandSyntexError unless args.empty?
|
||||
raise CommandSyntaxError unless args.empty?
|
||||
unless @issue
|
||||
puts "ticket not selected"
|
||||
next
|
||||
|
|
Loading…
Reference in a new issue