about summary refs log tree commit diff
path: root/app/lib/command_tag/commands/variables.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/lib/command_tag/commands/variables.rb')
-rw-r--r--app/lib/command_tag/commands/variables.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/lib/command_tag/commands/variables.rb b/app/lib/command_tag/commands/variables.rb
index ab90ca13b..997131cd9 100644
--- a/app/lib/command_tag/commands/variables.rb
+++ b/app/lib/command_tag/commands/variables.rb
@@ -9,8 +9,6 @@ module CommandTag::Commands::Variables
     case args.count
     when 1
       @vars.delete(args[0])
-    when 2
-      @vars[args[0]] = [args.last]
     else
       @vars[args[0]] = args[1..-1]
     end