Skip to content

Commit dcbe3ec

Browse files
Remove unnecessary parameter from local repository creation in main.ps1
1 parent 4ca6221 commit dcbe3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/main.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ switch ($settings) {
1414
$codePath = Resolve-Path -Path "outputs/module/$moduleName" | Select-Object -ExpandProperty Path
1515
$localRepo = @{
1616
Name = 'Local'
17-
Uri = New-Item -Path $PSScriptRoot -Name '.localpsmodulerepo' -ItemType Directory -PassThru
17+
Uri = New-Item -Path $PSScriptRoot -Name '.localpsmodulerepo' -ItemType Directory
1818
Trusted = $true
1919
Priority = 1
2020
}

0 commit comments

Comments
 (0)