From ee7d007dd6ae5ff18164dce52dc85b45ee3b3451 Mon Sep 17 00:00:00 2001
From: Timo Furrer <tfurrer@gitlab.com>
Date: Tue, 23 Jan 2024 14:46:11 +0100
Subject: [PATCH] Fix missing latest infix in backports

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

diff --git a/backports/.Base.latest.gitlab-ci.yml b/backports/.Base.latest.gitlab-ci.yml
index 2452abc..3ccb499 100644
--- a/backports/.Base.latest.gitlab-ci.yml
+++ b/backports/.Base.latest.gitlab-ci.yml
@@ -10,7 +10,7 @@
 #            are available for self-managed instances.
 #
 # This specific template is located at:
-# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/OpenTofu/Base.gitlab-ci.yml
+# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/OpenTofu/Base.latest.gitlab-ci.yml
 
 variables:
   # OpenTofu CI/CD component version, see https://gitlab.com/components/opentofu/-/releases
diff --git a/backports/OpenTofu.latest.gitlab-ci.yml b/backports/OpenTofu.latest.gitlab-ci.yml
index f33b03a..6448a43 100644
--- a/backports/OpenTofu.latest.gitlab-ci.yml
+++ b/backports/OpenTofu.latest.gitlab-ci.yml
@@ -10,7 +10,7 @@
 #            are available for self-managed instances.
 #
 # This specific template is located at:
-# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/OpenTofu.gitlab-ci.yml
+# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/OpenTofu.latest.gitlab-ci.yml
 
 include:
   - template: OpenTofu/Base.latest.gitlab-ci.yml  # https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/OpenTofu/Base.latest.gitlab-ci.yml
diff --git a/backports/OpenTofu/Base.latest.gitlab-ci.yml b/backports/OpenTofu/Base.latest.gitlab-ci.yml
index f78c96f..d9df3f0 100644
--- a/backports/OpenTofu/Base.latest.gitlab-ci.yml
+++ b/backports/OpenTofu/Base.latest.gitlab-ci.yml
@@ -10,7 +10,7 @@
 #            are available for self-managed instances.
 #
 # This specific template is located at:
-# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/OpenTofu/Base.gitlab-ci.yml
+# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/OpenTofu/Base.latest.gitlab-ci.yml
 
 variables:
   # OpenTofu CI/CD component version, see https://gitlab.com/components/opentofu/-/releases
-- 
GitLab