diff --git a/src/PowerShellGet/private/functions/Get-PrivateData.ps1 b/src/PowerShellGet/private/functions/Get-PrivateData.ps1 index 1c91f6d5..488ef1ab 100644 --- a/src/PowerShellGet/private/functions/Get-PrivateData.ps1 +++ b/src/PowerShellGet/private/functions/Get-PrivateData.ps1 @@ -31,10 +31,10 @@ function Get-PrivateData # Prerelease = '' # Flag to indicate whether the module requires explicit user acceptance for install/update/save - # RequireLicenseAcceptance = $false + # RequireLicenseAcceptance = `$false # External dependent modules of this module - # ExternalModuleDependencies = '' + # ExternalModuleDependencies = @() } # End of PSData hashtable @@ -201,7 +201,7 @@ function Get-PrivateData # Prerelease string of this module $PrereleaseLine - # Flag to indicate whether the module requires explicit user acceptance for install/update + # Flag to indicate whether the module requires explicit user acceptance for install/update/save $RequireLicenseAcceptanceLine # External dependent modules of this module