Skip to content

Commit 6e00e8a

Browse files
authored
Fix the verbose message when using dotnet-install.sh (PowerShell#18184)
1 parent 2350047 commit 6e00e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1896,7 +1896,7 @@ function Install-Dotnet {
18961896

18971897
$bashArgs += @('-skipnonversionedfiles')
18981898

1899-
$bashArgs | Out-String | Write-Verbose -Verbose
1899+
$bashArgs -join ' ' | Write-Verbose -Verbose
19001900

19011901
Start-NativeExecution {
19021902
bash @bashArgs

0 commit comments

Comments
 (0)