From 662b5026d65183c9ba4310c161a1cfae1d424b4c Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue, 13 May 2025 10:11:09 -0700 Subject: [PATCH] Use correct variable name in error (#6568) Co-authored-by: Chidozie Ononiwu --- eng/common/scripts/Helpers/ApiView-Helpers.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/scripts/Helpers/ApiView-Helpers.ps1 b/eng/common/scripts/Helpers/ApiView-Helpers.ps1 index 2fd9f609f..af5335a98 100644 --- a/eng/common/scripts/Helpers/ApiView-Helpers.ps1 +++ b/eng/common/scripts/Helpers/ApiView-Helpers.ps1 @@ -197,7 +197,7 @@ function Set-ApiViewCommentForPR { } } } catch{ - LogError "Failed to get API View information for PR: $PrNumber in repo: $repoFullName with commitSHA: $Commitish. Error: $_" + LogError "Failed to get API View information for PR: $PrNumber in repo: $repoFullName with commitSHA: $HeadCommitish. Error: $_" exit 1 }