Skip to content

Commit 1e70b53

Browse files
author
Rajat Agrawal
committed
renamed error variable
1 parent 21f79e3 commit 1e70b53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tasks/Common/VstsAzureHelpers_/InitializeFunctions.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -664,8 +664,8 @@ function Disconnect-AzureAndClearContext {
664664
}
665665
}
666666
} catch {
667-
$error = $_.Exception.Message
668-
Write-Verbose "Unable to disconnect and clear context: $error"
669-
Write-Host "##vso[task.logissue type=warning;]$error"
667+
$message = $_.Exception.Message
668+
Write-Verbose "Unable to disconnect and clear context: $message"
669+
Write-Host "##vso[task.logissue type=warning;]$message"
670670
}
671671
}

0 commit comments

Comments
 (0)