Skip to content

Commit

Permalink
Merge pull request #8290 from habitat-sh/win_release
Browse files Browse the repository at this point in the history
fix windows download url typo
  • Loading branch information
mwrock authored Aug 26, 2021
2 parents 4989ade + 84d7b74 commit 8435254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/scripts/release_habitat/shared.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Install-LatestHabitat() {
$env:HAB_LICENSE = "accept-no-persist"
Write-Host "--- :habicat: Installing latest hab binary for $Env:HAB_PACKAGE_TARGET using install.ps1"
Set-ExecutionPolicy Bypass -Scope Process -Force
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubsercontent.com/habitat-sh/habitat/main/components/hab/install.ps1')) | Out-Null
Invoke-Expression ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/habitat-sh/habitat/main/components/hab/install.ps1')) | Out-Null
$baseHabExe="$Env:ProgramData\Habitat\hab.exe"

$HabVersion=GetLatestPkgVersionFromChannel("hab")
Expand Down

0 comments on commit 8435254

Please sign in to comment.