Skip to content
This repository was archived by the owner on Jul 3, 2023. It is now read-only.

Commit f2c2902

Browse files
committed
Add missing param
1 parent fa0055e commit f2c2902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ try{
6262
}
6363

6464
if (-not(Get-Module -Listavailable -Name PSDepend)) {
65-
Write-verbose "BootStrapping PSDepend"
65+
Write-Verbose -Message "BootStrapping PSDepend"
6666
"Parameter $buildOutputPath"| Write-verbose
6767
$InstallPSDependParams = @{
6868
Name = 'PSDepend'

0 commit comments

Comments
 (0)