Skip to content

Commit

Permalink
fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Jamrozik authored and azure-sdk committed Mar 7, 2023
1 parent 5ed25e0 commit 435019e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/scripts/get-codeowners.lib.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Get-CodeownersTool([string] $ToolPath, [string] $DevOpsFeed, [string] $
<#
.SYNOPSIS
A function that given as input $TargetPath param, returns the owners
of that path, as determined by CODEOWNERS file passed in $CodeOwnersFileLocation
of that path, as determined by CODEOWNERS file passed in $CodeownersFileLocation
param.
.PARAMETER TargetPath
Expand Down Expand Up @@ -88,7 +88,7 @@ function Get-Codeowners(
{
if ([string]::IsNullOrWhiteSpace($CodeownersFileLocation)) {
# The $PSScriptRoot is assumed to be azure-sdk-tools/eng/common/scripts/get-codeowners.ps1
$CodeOwnersFileLocation = (Resolve-Path $PSScriptRoot/../../../.github/CODEOWNERS)
$CodeownersFileLocation = (Resolve-Path $PSScriptRoot/../../../.github/CODEOWNERS)
}

# Backward compaitiblity: if $TargetPath is not provided, fall-back to the legacy $TargetDirectory
Expand Down

0 comments on commit 435019e

Please sign in to comment.