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 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) |