Skip to content
Snippets Groups Projects
Commit aed4c490 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

chore: fix typo in log

parent 20a885bb
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment