Skip to content

Commit 74aa7c5

Browse files
committed
Removed -Verbose switch from last verbose message to report where the module was saved. To see this you'll have to use Verbose when executing the function
1 parent d883424 commit 74aa7c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Public/Invoke-PSModuleBuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Function Invoke-PSModuleBuild {
245245
#Save the module file
246246
$ModulePath = Join-Path -Path $TP -ChildPath "$ModuleName.psm1"
247247
$Module | Out-File $ModulePath -Encoding ascii
248-
Write-Verbose "Module created at: $TP as $ModuleName" -Verbose
248+
Write-Verbose "Module created at: $TP as $ModuleName"
249249

250250
#Passthru
251251
If ($Passthru)

0 commit comments

Comments
 (0)