Skip to content

Commit e419714

Browse files
committed
Change $false to 'false' for Publish-PSResource
1 parent 19d1139 commit e419714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.PowerShell.ConsoleGuiTools/Microsoft.PowerShell.ConsoleGuiTools.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Initial Release
168168
# Prerelease = ''
169169

170170
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
171-
RequireLicenseAcceptance = $false
171+
RequireLicenseAcceptance = 'false'
172172

173173
# External dependent modules of this module
174174
# ExternalModuleDependencies = @()

0 commit comments

Comments
 (0)