Skip to content

Commit

Permalink
fix windows download url typo
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <[email protected]>
  • Loading branch information
mwrock committed Aug 26, 2021
1 parent 4989ade commit 84d7b74
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 84d7b74

Please sign in to comment.