File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ function Install-Post-0-4-0 {
115115 Write-Verbose " Installing using post-0.4.0 method"
116116
117117 $repo = if ([string ]::IsNullOrEmpty($Env: AZUREAUTH_REPO )) { ' AzureAD/microsoft-authentication-cli' } else { $Env: AZUREAUTH_REPO }
118- $releaseName = if ([version ]::Parse($version ) -lt [version ]::Parse(" 0.9.0" )) { " azureauth-${version} -win10-x64" } else { azureauth- ${version} - win- x64 }
118+ $releaseName = if ([version ]::Parse($version ) -lt [version ]::Parse(" 0.9.0" )) { " azureauth-${version} -win10-x64" } else { " azureauth-${version} -win-x64" }
119119 $releaseFile = " ${releaseName} .zip"
120120 $releaseUrl = " https://github.com/${repo} /releases/download/${version} /$releaseFile "
121121 $azureauthDirectory = if ([string ]::IsNullOrEmpty($Env: AZUREAUTH_INSTALL_DIRECTORY )) {
You can’t perform that action at this time.
0 commit comments