From 2a30c986f429c5ff28b5cb4934cc676a4f018b4d Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Wed, 27 Mar 2024 14:33:04 +0100 Subject: [PATCH] fix markdown lint Signed-off-by: Florian Bacher --- docs/blog/posts/multi-stage-delivery-using-gitops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/multi-stage-delivery-using-gitops.md b/docs/blog/posts/multi-stage-delivery-using-gitops.md index c63f4f0448..0c3d246d94 100644 --- a/docs/blog/posts/multi-stage-delivery-using-gitops.md +++ b/docs/blog/posts/multi-stage-delivery-using-gitops.md @@ -80,7 +80,7 @@ We are going to: 2. Run the promotion flow by: 1. Creating a pull request to update our `dev` environment 2. Merging the automatically created pull request to promote the updated version into `prod` - 3. Inspecting the generated deployment traces for both stages + 3. Inspecting the generated deployment traces for both stages and see how they are connected with each other ## Setting up the Environment