summaryrefslogtreecommitdiff
path: root/utils/installer/install.sh
diff options
context:
space:
mode:
authorChris <[email protected]>2021-08-04 15:20:09 -0400
committerChris <[email protected]>2021-08-04 15:20:09 -0400
commit97fa3d9ec9e7d2416ed2d169eea757096db4581b (patch)
tree57ceb9b5841edd2fea11bb20d67f33befb2d9551 /utils/installer/install.sh
parentcfa4faf0dde01329810e4afbed4d51c034b5b8ba (diff)
update for lunarvim org
Diffstat (limited to 'utils/installer/install.sh')
-rwxr-xr-xutils/installer/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh
index b3929409..25b67f12 100755
--- a/utils/installer/install.sh
+++ b/utils/installer/install.sh
@@ -125,7 +125,7 @@ cloneconfig() {
cp -r "$(pwd)" ~/.local/share/lunarvim/lvim
;;
*)
- git clone --branch "$LVBRANCH" https://github.com/ChristianChiarulli/lunarvim.git ~/.local/share/lunarvim/lvim
+ git clone --branch "$LVBRANCH" https://github.com/lunarvim/lunarvim.git ~/.local/share/lunarvim/lvim
;;
esac
mkdir -p "$HOME/.config/lvim"