Skip to content

Commit

Permalink
Resolves Trenly#121
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored and Trenly committed Nov 24, 2021
1 parent 791bb73 commit 3f29e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/YamlCreate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ Function Write-LocaleManifest {
$script:OldLocaleManifest['ManifestVersion'] = $ManifestVersion
$script:OldLocaleManifest = Restore-YamlKeyOrder $script:OldLocaleManifest $LocaleProperties

$yamlServer = "# yaml-language-server: $schema=https://aka.ms/winget-manifest.locale.$ManifestVersion.schema.json"
$yamlServer = "# yaml-language-server: `$schema=https://aka.ms/winget-manifest.locale.$ManifestVersion.schema.json"

$ScriptHeader + "$(Get-DebugString)`n$yamlServer`n" > ($AppFolder + '\' + $DifLocale.Name)
ConvertTo-Yaml $OldLocaleManifest >> ($AppFolder + '\' + $DifLocale.Name)
Expand Down

0 comments on commit 3f29e4a

Please sign in to comment.