Skip to content

Commit

Permalink
brain...
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Nov 19, 2024
1 parent 6cded9b commit 65e4d13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/windowsish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $_version = "$Env:YQ_VERSION"
# default to _something_...
if ($_version -eq "")
{
$_version = = "v4.44.3"
$_version = "v4.44.3"
}

$_dl_url = "${_base_url}/${_version}/${_dl_name}"
Expand All @@ -55,7 +55,7 @@ Write-Host "::endgroup::"

# download artifact

Write-Host "::group::Downloading yq"
Write-Host "::group::Downloading yq ${_version}"

Write-Host "Src: ${_dl_url}"
Write-Host "Dst: ${_dl_path}"
Expand Down

0 comments on commit 65e4d13

Please sign in to comment.