From 373a58e1e6676c8262702ecea58cb777a3d21adb Mon Sep 17 00:00:00 2001 From: Benjamin Staneck Date: Sun, 23 Aug 2015 20:21:45 +0200 Subject: [PATCH] forgot one --- scripts/build.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index cca62df..d97a50a 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -11,11 +11,11 @@ .EXAMPLE .\build.ps1 - Executes the default build for cmder; Conemu, clink. This is equivalent to the "minimum" style package in the releases + Executes the default build for Cmder; Conemu, clink. This is equivalent to the "minimum" style package in the releases .EXAMPLE .\build.ps1 -Full - Executes a full build for cmder, including git. This is equivalent to the "full" style package in the releases + Executes a full build for Cmder, including git. This is equivalent to the "full" style package in the releases .EXAMPLE .\build -verbose @@ -62,7 +62,7 @@ Ensure-Executable "7z" New-Item -Type Directory -Path (Join-Path $saveTo "/tmp/") -ErrorAction SilentlyContinue >$null foreach ($s in $sources) { - if($Full -eq $false -and $s.name -eq "msysgit"){ + if($Full -eq $false -and $s.name -eq "git-for-windows"){ Continue }