diff options
Diffstat (limited to 'utils/installer/install.sh')
| -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 98faa6f0..0fc17ab2 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -395,7 +395,7 @@ function backup_old_config() {  function clone_lvim() {    msg "Cloning LunarVim configuration"    if ! git clone --branch "$LV_BRANCH" \ -    --depth 1 "https://github.com/${LV_REMOTE}" "$LUNARVIM_BASE_DIR"; then +    "https://github.com/${LV_REMOTE}" "$LUNARVIM_BASE_DIR"; then      echo "Failed to clone repository. Installation failed."      exit 1    fi | 
