diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/lib/command_tag/processor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/command_tag/processor.rb b/app/lib/command_tag/processor.rb index edc0302bd..34de03e4e 100644 --- a/app/lib/command_tag/processor.rb +++ b/app/lib/command_tag/processor.rb @@ -109,7 +109,7 @@ class CommandTag::Processor separator = "\n" if parts.count > 2 - if %w(by with using sep separator delim delimiter).include?(parts[-2].downcase) + if %w(: by: with: using: sep: separator: delim: delimiter:).include?(parts[-2].downcase) separator = parts[-1] parts = parts[0..-3] elsif !parts[-1].match?(/\A[-+]?[0-9]+\z/) |