Skip to content

Commit ea51d79

Browse files
committed
Removed non existent
1 parent c98839b commit ea51d79

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)