Skip to content

Commit 4f45f19

Browse files
author
Rasmus Bækgaard
committed
Fix bug in installation
1 parent 3e893a0 commit 4f45f19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GitSetup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function CheckPowerShellVersion
3838
Write-Error "You are not running PowerShell version 5+! Please upgrade."
3939
}
4040

41-
Get-PackageProvider -Name "NuGet" | Install-PackageProvider -Force
41+
Get-PackageProvider -Name "NuGet" | Install-PackageProvider -Verbose -Force
4242
Import-PackageProvider NuGet -Force
4343
}
4444

0 commit comments

Comments
 (0)