summaryrefslogtreecommitdiff
path: root/utils/installer/install.ps1
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-10-03 16:23:06 +0200
committerkylo252 <[email protected]>2021-10-03 16:23:06 +0200
commit8e4f97b0fb499142fa71cf0aa6fbe43cafb81ac8 (patch)
tree67293e75ce56ffb878ab6d111383f61d4f6c487a /utils/installer/install.ps1
parentd01ba08eaec1640ac2d038893525b3ba0af25813 (diff)
fix: restore windows installer default branch
Diffstat (limited to 'utils/installer/install.ps1')
-rw-r--r--utils/installer/install.ps13
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/installer/install.ps1 b/utils/installer/install.ps1
index 10adfece..9f861125 100644
--- a/utils/installer/install.ps1
+++ b/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]