Skip to content

Commit 6d8bedf

Browse files
authored
Merge pull request #601 from microsoftgraph/zengin/fixReadmePath
Fix README path
2 parents 56dc80c + cacb9c5 commit 6d8bedf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/incrementMinorVersion.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function Update-MinorVersionNumber([version]$currentVersion) {
4747
}
4848

4949
function Update-MinorVersion() {
50-
$readmeFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../readme.md"
50+
$readmeFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../README.md"
5151
$propertiesFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../gradle.properties"
5252
$telemetryFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../src/main/java/com/microsoft/graph/core/Constants.java"
5353
$currentVersion = Get-CurrentTelemetryVersion -telemetryFilePath $telemetryFilePath

0 commit comments

Comments
 (0)