diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-07-30 13:52:27 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:45:16 -0500 |
commit | 331d913c2db19fd4180bdfb2862b512d4b9f47d4 (patch) | |
tree | 229c5347d6ed0b66e37763a815899e12fe1f62f9 /app | |
parent | a38edbfcec7f2db247c6328ec84c9b81a29617e4 (diff) |
[Bug, Command Tags] Use the "all" qualifier in return value templates
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 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) |