summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d4daf55a..972534bd 100755
--- a/utils/installer/install.sh
+++ b/utils/installer/install.sh
@@ -135,7 +135,7 @@ EOF
echo "Updating LunarVim"
update_lvim
else
- if [ -n "$ARGS_LOCAL" ]; then
+ if [ "$ARGS_LOCAL" -eq 1 ]; then
link_local_lvim
else
clone_lvim