diff options
| author | Chris <[email protected]> | 2021-08-04 15:20:09 -0400 | 
|---|---|---|
| committer | Chris <[email protected]> | 2021-08-04 15:20:09 -0400 | 
| commit | 97fa3d9ec9e7d2416ed2d169eea757096db4581b (patch) | |
| tree | 57ceb9b5841edd2fea11bb20d67f33befb2d9551 /utils | |
| parent | cfa4faf0dde01329810e4afbed4d51c034b5b8ba (diff) | |
update for lunarvim org
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/installer/install.sh | 2 | 
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" | 
