From 002fd24423e3b4637c01602c4e3844b2a08a5a16 Mon Sep 17 00:00:00 2001 From: Iristyle Date: Tue, 17 Sep 2013 12:52:54 -0400 Subject: [PATCH] fix(ST2.WebPackages): package control version --- .../tools/chocolateyInstall.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EthanBrown.SublimeText2.WebPackages/tools/chocolateyInstall.ps1 b/EthanBrown.SublimeText2.WebPackages/tools/chocolateyInstall.ps1 index 503b4cb..d5b1ff8 100644 --- a/EthanBrown.SublimeText2.WebPackages/tools/chocolateyInstall.ps1 +++ b/EthanBrown.SublimeText2.WebPackages/tools/chocolateyInstall.ps1 @@ -64,8 +64,8 @@ try { Out-File -FilePath (Join-Path $sublimeUserDataPath $gruntFileName) -Force -Encoding ASCII $packageCache = Join-Path (Get-CurrentDirectory) 'PackageCache' - Install-SublimePackagesFromCache -Directory $packageCache - Install-SublimePackageControl -PreRelease + Install-SublimePackagesFromCache -Directory $packageCache -Version 2 + Install-SublimePackageControl -PreRelease -Version 2 $packageControl = (Join-Path $current 'Package Control.sublime-settings') Merge-PackageControlSettings -FilePath $packageControl