From f3f81dfb58d5642e54bacc11d16260b94a91f571 Mon Sep 17 00:00:00 2001 From: RoboMagus <68224306+RoboMagus@users.noreply.github.com> Date: Tue, 25 Jul 2023 21:13:10 +0200 Subject: [PATCH] shell_command: Fix minor typo (#28330) --- source/_integrations/shell_command.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/shell_command.markdown b/source/_integrations/shell_command.markdown index 780556dea03..280cf33f7ab 100644 --- a/source/_integrations/shell_command.markdown +++ b/source/_integrations/shell_command.markdown @@ -119,7 +119,7 @@ automation: data: filename: "todo.txt" response_variable: todo_response - - if: "{{ todo_response['returncode'] == 0 }}' + - if: "{{ todo_response['returncode'] == 0 }}" then: - service: notify.mobile_app_iphone data: