Skip to content

Commit

Permalink
Do not display error on machine with no Git LFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Finkelshteyn authored Apr 3, 2018
1 parent 5d3dddc commit d955c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/enterprise/install_git_lfs.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Write-Host "Installing Git LFS..." -ForegroundColor Cyan

# delete existing Git LFS
del 'C:\Program Files\Git\mingw64\bin\git-lfs.exe'
del 'C:\Program Files\Git\mingw64\bin\git-lfs.exe' -ErrorAction SilentlyContinue

$exePath = "$env:TEMP\git-lfs-windows-2.2.1.exe"

Expand Down

0 comments on commit d955c80

Please sign in to comment.