about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-07-30 13:52:27 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:45:16 -0500
commit331d913c2db19fd4180bdfb2862b512d4b9f47d4 (patch)
tree229c5347d6ed0b66e37763a815899e12fe1f62f9
parenta38edbfcec7f2db247c6328ec84c9b81a29617e4 (diff)
[Bug, Command Tags] Use the "all" qualifier in return value templates
-rw-r--r--app/lib/command_tag/processor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/command_tag/processor.rb b/app/lib/command_tag/processor.rb
index 0d72c7a07..aa22c6311 100644
--- a/app/lib/command_tag/processor.rb
+++ b/app/lib/command_tag/processor.rb
@@ -172,7 +172,7 @@ class CommandTag::Processor
     end
 
     # Template for statement return value.
-    "%% statement:#{statement_uuid} %%"
+    "%% statement:#{statement_uuid} all %%"
   end
 
   def execute_statements(event, with_return = false)