From ddbbb7c6fb8c688b31e25eec3ae9bd6f25683700 Mon Sep 17 00:00:00 2001 From: Thomas Wang Date: Wed, 5 Jun 2024 00:18:40 +1000 Subject: [PATCH] fix yaml lint --- test/integration/targets/any_errors_fatal/83292.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/any_errors_fatal/83292.yml b/test/integration/targets/any_errors_fatal/83292.yml index 027344e0f87..1f1a83ef842 100644 --- a/test/integration/targets/any_errors_fatal/83292.yml +++ b/test/integration/targets/any_errors_fatal/83292.yml @@ -17,4 +17,4 @@ msg: rescuedd - name: You can recover from fatal errors by adding a rescue section to the block. debug: - msg: recovered + msg: recovered \ No newline at end of file