From 62180799749b1aa74039d208ed5becf9b88e0b44 Mon Sep 17 00:00:00 2001 From: Said Tahsin Dane Date: Mon, 30 Dec 2024 09:23:55 +0100 Subject: [PATCH] Fix small copy paste error (#36601) --- 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 bc720ca3e7c5..c19c8da114ca 100644 --- a/source/_integrations/shell_command.markdown +++ b/source/_integrations/shell_command.markdown @@ -109,7 +109,7 @@ The following example shows how the shell command response may be used in automa ```yaml # Create a ToDo notification based on file contents automation: - - alias: "run_set_ac" + - alias: "run_get_file_contents" triggers: - ... actions: