Skip to content

Commit 265b8be

Browse files
Merge pull request #210630 from AjayBathini-MSFT/patch-1
(AzureCXP) fixes MicrosoftDocs/azure-docs#98177
2 parents 82e300c + 7dfb512 commit 265b8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-desktop/windows-11-language-packs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You can create a custom image by following these steps:
7979
8080
##Set Path of CSV File##
8181
$CSVFile = "Windows-10-1809-FOD-to-LP-Mapping-Table.csv"
82-
$filePath = (Get-Location).Path + "/$CSVFile"
82+
$filePath = (Get-Location).Path + "\$CSVFile"
8383
8484
##Import Necesarry CSV File##
8585
$FODList = Import-Csv -Path $filePath -Delimiter ";"

0 commit comments

Comments
 (0)