Pārlūkot izejas kodu

fix: restore windows installer default branch

kylo252 3 gadi atpakaļ
vecāks
revīzija
8e4f97b0fb
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      utils/installer/install.ps1

+ 1 - 2
utils/installer/install.ps1

@@ -1,8 +1,7 @@
 $ErrorActionPreference = "Stop" # exit when command fails
 
 # set script variables
-# FIXME: temporarily set the branch to the new one
-$LV_BRANCH = ($LV_BRANCH, "lang-refactor", 1 -ne $null)[0]
+$LV_BRANCH = ($LV_BRANCH, "rolling", 1 -ne $null)[0]
 $LV_REMOTE = ($LV_REMOTE, "lunarvim/lunarvim.git", 1 -ne $null)[0]
 $INSTALL_PREFIX = ($INSTALL_PREFIX, "$HOME\.local", 1 -ne $null)[0]