Skip to content

Commit bee4cd4

Browse files
Use correct variable name in error (Azure#41063)
Co-authored-by: Chidozie Ononiwu <[email protected]>
1 parent f7d2b64 commit bee4cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/scripts/Helpers/ApiView-Helpers.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function Set-ApiViewCommentForPR {
197197
}
198198
}
199199
} catch{
200-
LogError "Failed to get API View information for PR: $PrNumber in repo: $repoFullName with commitSHA: $Commitish. Error: $_"
200+
LogError "Failed to get API View information for PR: $PrNumber in repo: $repoFullName with commitSHA: $HeadCommitish. Error: $_"
201201
exit 1
202202
}
203203

0 commit comments

Comments
 (0)