Skip to content

Commit

Permalink
c'mon man
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Nov 19, 2024
1 parent 3bad70f commit 6cded9b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scripts/unixish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,17 @@ else
fi

# default to _something_...
_version="${YQ_VERSION:-'v4.44.3'}"
_version="${YQ_VERSION}"

if [ -z "${YQ_VERSION}" ]; then
_version='v4.44.3'
fi

_dl_url="${_base_url}/${_version}/${_dl_name}"

echo '::endgroup::'

echo '::group::Downloading yq'
echo "::group::Downloading yq ${_version}"

echo "Src: ${_dl_url}"
echo "Dst: ${_dl_path}"
Expand Down

0 comments on commit 6cded9b

Please sign in to comment.