Skip to content

Commit

Permalink
Remove local-only choco option
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrarimarco committed Jul 19, 2023
1 parent 62e06a4 commit f4b5c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function Install-Chocolatey-Package {
Write-Output "Current path: $env:PATH"

Write-Output "Currently installed Chocolatey packages:"
& "choco" list --local-only
& "choco" list
Confirm-Return-Code
}

Expand Down

0 comments on commit f4b5c25

Please sign in to comment.