From aed4c490340b76c7a256ed59bf2abc843c166cf3 Mon Sep 17 00:00:00 2001
From: Pierre Smeyers <pierre.smeyers@gmail.com>
Date: Sun, 26 May 2024 01:12:38 +0200
Subject: [PATCH] chore: fix typo in log

---
 templates/gitlab-ci-semrel.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/gitlab-ci-semrel.yml b/templates/gitlab-ci-semrel.yml
index 607ac06..94f1d14 100644
--- a/templates/gitlab-ci-semrel.yml
+++ b/templates/gitlab-ci-semrel.yml
@@ -611,7 +611,7 @@ stages:
       yq_version=$(github_get_latest_version mikefarah/yq)
       yq_binary=yq_linux_amd64
       yq_url="https://github.com/mikefarah/yq/releases/download/${yq_version}/${yq_binary}.tar.gz"
-      log_info "Download latest jq version: \\e[32m$yq_url\\e[0m"
+      log_info "Download latest yq version: \\e[32m$yq_url\\e[0m"
       download_file "${yq_url}" "${yq_binary}.tar.gz"
       tar xvf "${yq_binary}.tar.gz"
       mv "${yq_binary}" /usr/bin/yq
-- 
GitLab