Skip to content

Commit

Permalink
Removed -Verbose switch from last verbose message to report where the…
Browse files Browse the repository at this point in the history
… module was saved. To see this you'll have to use Verbose when executing the function
  • Loading branch information
martin9700 committed Dec 9, 2017
1 parent d883424 commit 74aa7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Public/Invoke-PSModuleBuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Function Invoke-PSModuleBuild {
#Save the module file
$ModulePath = Join-Path -Path $TP -ChildPath "$ModuleName.psm1"
$Module | Out-File $ModulePath -Encoding ascii
Write-Verbose "Module created at: $TP as $ModuleName" -Verbose
Write-Verbose "Module created at: $TP as $ModuleName"

#Passthru
If ($Passthru)
Expand Down

0 comments on commit 74aa7c5

Please sign in to comment.