We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f569d commit 2feb071Copy full SHA for 2feb071
1 file changed
Utils.ps1
@@ -291,13 +291,6 @@ function Get-YesNo {
291
}
292
293
294
-function GitPull {
295
- # Git pull should be run before elevating
296
- if (! ($elevated)) {
297
- git pull
298
- }
299
-}
300
-
301
function Install-Chocolatey {
302
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingInvokeExpression", "", Justification="Chocolatey installation requires Invoke-Expression")]
303
param(
0 commit comments