From d955c80108124fd77b78eed076f35a13d475cdc1 Mon Sep 17 00:00:00 2001 From: Ilya Finkelshteyn Date: Mon, 2 Apr 2018 18:43:03 -0700 Subject: [PATCH] Do not display error on machine with no Git LFS --- scripts/enterprise/install_git_lfs.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/enterprise/install_git_lfs.ps1 b/scripts/enterprise/install_git_lfs.ps1 index 2125518..158b595 100644 --- a/scripts/enterprise/install_git_lfs.ps1 +++ b/scripts/enterprise/install_git_lfs.ps1 @@ -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"