Skip to content

Commit

Permalink
Add new line for PackageFamilyName (microsoft#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedantmgoyal9 authored and Trenly committed Oct 13, 2021
1 parent 8b20ffd commit 02d15c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/YamlCreate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ Function Read-WinGet-InstallerValues {
$PackageFamilyName = Read-Host -Prompt 'PackageFamilyName' | TrimString
}
} else {
Write-Host
$PackageFamilyName = Read-Host -Prompt 'PackageFamilyName' | TrimString
}
} while (-not [string]::IsNullOrWhiteSpace($PackageFamilyName) -and ($PackageFamilyName.Length -gt $InstallerSchema.definitions.PackageFamilyName.maxLength))
Expand Down

0 comments on commit 02d15c1

Please sign in to comment.