From db85ba94fe3fede80e9eb360663e42e09f728450 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Fri, 19 Jan 2024 08:12:21 +0100
Subject: [PATCH] Style the suggestion message

---
 backports/.Base.gitlab-ci.yml         | 6 +++---
 backports/OpenTofu/Base.gitlab-ci.yml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/backports/.Base.gitlab-ci.yml b/backports/.Base.gitlab-ci.yml
index 08175fe..3c11fbb 100644
--- a/backports/.Base.gitlab-ci.yml
+++ b/backports/.Base.gitlab-ci.yml
@@ -35,10 +35,10 @@ variables:
     - |
       echo "You are using the OpenTofu CI/CD template on GitLab.com which is not recommended."
       echo "This template is available for self-managed customers until CI/CD components are available to them and it will be removed asap."
-      echo ""
+      echo " "
       echo "We recommed that you migrate to the OpenTofu CI/CD component instead."
       echo "The OpenTofu CI/CD component with a default configuration can be included as follows:"
-      echo ""
+      echo " "
       echo "include:"
       echo "  - component: gitlab.com/components/opentofu/full-pipeline@0.1.0"
       echo "    inputs:"
@@ -46,7 +46,7 @@ variables:
       echo "      opentofu_version: 1.6.0"
       echo ""
       echo "stages: [validate, test, build, deploy]"
-      echo ""
+      echo " "
       echo "You can read about more about the OpenTofu CI/CD component here:"
       echo "https://gitlab.com/components/opentofu"
     - 'false'
diff --git a/backports/OpenTofu/Base.gitlab-ci.yml b/backports/OpenTofu/Base.gitlab-ci.yml
index 356712e..1c00ff4 100644
--- a/backports/OpenTofu/Base.gitlab-ci.yml
+++ b/backports/OpenTofu/Base.gitlab-ci.yml
@@ -35,10 +35,10 @@ variables:
     - |
       echo "You are using the OpenTofu CI/CD template on GitLab.com which is not recommended."
       echo "This template is available for self-managed customers until CI/CD components are available to them and it will be removed asap."
-      echo ""
+      echo " "
       echo "We recommed that you migrate to the OpenTofu CI/CD component instead."
       echo "The OpenTofu CI/CD component with a default configuration can be included as follows:"
-      echo ""
+      echo " "
       echo "include:"
       echo "  - component: gitlab.com/components/opentofu/full-pipeline@0.1.0"
       echo "    inputs:"
@@ -46,7 +46,7 @@ variables:
       echo "      opentofu_version: 1.6.0"
       echo ""
       echo "stages: [validate, test, build, deploy]"
-      echo ""
+      echo " "
       echo "You can read about more about the OpenTofu CI/CD component here:"
       echo "https://gitlab.com/components/opentofu"
     - 'false'
-- 
GitLab