From 055666788173cccd203bc7950142382d0883f96d Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Fri, 18 Sep 2020 09:50:19 +0200 Subject: [PATCH] fix indentation error in variables action (#14542) --- source/_posts/2020-09-17-release-115.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/2020-09-17-release-115.markdown b/source/_posts/2020-09-17-release-115.markdown index 83c6bf27174..044d54261d5 100644 --- a/source/_posts/2020-09-17-release-115.markdown +++ b/source/_posts/2020-09-17-release-115.markdown @@ -591,7 +591,7 @@ variables: notification_service: notify.paulus_iphone action: - variables: - notification_service: notify.frenck_iphone + notification_service: notify.frenck_iphone - service: "{{ notification_service }}" data: message: This message actually went to Frenck, not Paulus.