From 8e4f97b0fb499142fa71cf0aa6fbe43cafb81ac8 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Sun, 3 Oct 2021 16:23:06 +0200 Subject: fix: restore windows installer default branch --- utils/installer/install.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'utils') 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] -- cgit v1.2.3