Skip to content

Commit 5810306

Browse files
authored
Merge pull request MicrosoftDocs#197 from MicrosoftDocs/msprod_metadata_30-01-2023
Removed non existent path
2 parents 32ebe3d + ea51d79 commit 5810306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/MsProdUpdate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ function WebScrapping {
233233
Foreach-Object { $_ -replace 'schema: 2.0.0', $MetaDataText } |
234234
Out-File $File
235235
}
236-
Set-Location ..\microsoftgraph-docs-powershell
236+
Set-Location microsoftgraph-docs-powershell
237237
$date = Get-Date -Format "dd-MM-yyyy"
238238
$proposedBranch = "weekly_update_help_files_msprodvaluesOne"+$date
239239
$exists = git branch -l $proposedBranch

0 commit comments

Comments
 (0)