summaryrefslogtreecommitdiff
path: root/utils/installer
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-09-20 17:26:57 +0200
committerGitHub <[email protected]>2022-09-20 11:26:57 -0400
commit31af25f6a19006cad1c38ffd2c63e73d914aded7 (patch)
treee552b6f7427b1338650ed8ec8295d7db84b4e361 /utils/installer
parent4bd26928e506f6eebbdc3acc813b24faca351371 (diff)
revert: fix Packer instead of hard-coding config (#3049)
Diffstat (limited to 'utils/installer')
-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 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