diff --git a/update-externals.ps1 b/update-externals.ps1 index 56ab5f8..a5e193d 100644 --- a/update-externals.ps1 +++ b/update-externals.ps1 @@ -2,7 +2,7 @@ Set-Location -Path externals $env:elskomnewpth = Join-Path (Get-Location) Els_kom_new if(!(Test-Path -Path $env:elskomnewpth)) { - git clone -q https://github.com/Elskom/Els_kom_new.git --branch add-plugins-installer-form --recursive + git clone -q https://github.com/Elskom/Els_kom_new.git --recursive Set-Location -Path Els_kom_new msbuild PCbuild/pcbuild.sln /nologo /verbosity:m /m Set-Location -Path ..