Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit a176b3d

Browse files
committed
fix splatting syntax
1 parent 6801a23 commit a176b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellGet/private/functions/Publish-PSArtifactUtility.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ function Publish-PSArtifactUtility {
369369
}
370370

371371
try {
372-
$NuspecFullName = New-NuspecFile $params
372+
$NuspecFullName = New-NuspecFile @params
373373
}
374374
catch {
375375
Write-Error -Message "Failed to create nuspec file $_.Exception" -ErrorAction Stop

0 commit comments

Comments
 (0)