Skip to content

Commit 2feb071

Browse files
committed
Remove unused GitPull function
1 parent 47f569d commit 2feb071

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Utils.ps1

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -291,13 +291,6 @@ function Get-YesNo {
291291
}
292292
}
293293

294-
function GitPull {
295-
# Git pull should be run before elevating
296-
if (! ($elevated)) {
297-
git pull
298-
}
299-
}
300-
301294
function Install-Chocolatey {
302295
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSAvoidUsingInvokeExpression", "", Justification="Chocolatey installation requires Invoke-Expression")]
303296
param(

0 commit comments

Comments
 (0)