Skip to content

Commit 9c389ee

Browse files
praveenkuttappanazure-sdk
authored andcommitted
Fix typo in comment
1 parent 0b3c750 commit 9c389ee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

eng/common/scripts/azsdk_tool_telemetry.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ try
5555

5656
$toolName = $null
5757
$sessionId = $null
58-
$toolInput = $null
5958

60-
# Get tool name. Both vscode and copilot-cli uses different proeprty names, so check for both.
59+
# Get tool name. Both vscode and copilot-cli uses different property names, so check for both.
6160
if ($inputData.PSObject.Properties['toolName'])
6261
{
6362
$toolName = $inputData.toolName

0 commit comments

Comments
 (0)