Skip to content

Commit 2e1ee09

Browse files
committed
making appveyor happy?
1 parent 206e320 commit 2e1ee09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/functions/Install-NugetPackage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function Install-NugetPackage {
8484
}
8585
$path = Join-PSFPath $scopePath "$packageName.$selectedVersion"
8686
$packagePath = Join-PSFPath $path $fileName
87-
if ($PSCmdlet.ShouldProcess($fileName, "Download package")) {
87+
if ($PSCmdlet.ShouldProcess([string]$fileName, "Download package")) {
8888
if (Test-Path $path) {
8989
if ($Force) {
9090
Remove-Item $path -Recurse -Force

0 commit comments

Comments
 (0)