Skip to content

Commit

Permalink
Change clone branch to the feature branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
CatGirlsAreLife committed Aug 31, 2018
1 parent 20b2bf6 commit 47c5871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-externals.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 --recursive
git clone -q https://github.com/Elskom/Els_kom_new.git --branch add-plugins-installer-form --recursive
Set-Location -Path Els_kom_new
msbuild PCbuild/pcbuild.sln /nologo /verbosity:m /m
Set-Location -Path ..
Expand Down

0 comments on commit 47c5871

Please sign in to comment.