Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 4d0729d

Browse files
ThomasNietoalerickson
authored andcommitted
Fix PSData Default Values (#393)
1 parent 16a13fa commit 4d0729d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PowerShellGet/private/functions/Get-PrivateData.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ function Get-PrivateData
3131
# Prerelease = ''
3232
3333
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
34-
# RequireLicenseAcceptance = $false
34+
# RequireLicenseAcceptance = `$false
3535
3636
# External dependent modules of this module
37-
# ExternalModuleDependencies = ''
37+
# ExternalModuleDependencies = @()
3838
3939
} # End of PSData hashtable
4040

0 commit comments

Comments
 (0)