diff options
author | Yazeed1s <[email protected]> | 2022-07-03 09:30:28 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-07-03 15:30:28 +0200 |
commit | ddc53a231dc439973b1b8034b5dfcb104eab74ce (patch) | |
tree | 4bfc39569938d2c1626fe68e6a199b54cdf944ff /utils/installer | |
parent | efe7eea195e7810069319030dcddc831cdd06ac2 (diff) |
fix: typo in utils/installer/install.sh (#2776)
Diffstat (limited to 'utils/installer')
-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 5072bb2f..dc342d12 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -211,7 +211,7 @@ function check_neovim_min_version() { function verify_core_plugins() { msg "Verifying core plugins" if ! bash "$LUNARVIM_BASE_DIR/utils/ci/verify_plugins.sh"; then - echo "[ERROR]: Unable to verify plugins, makde sure to manually run ':PackerSync' when starting lvim for the first time." + echo "[ERROR]: Unable to verify plugins, make sure to manually run ':PackerSync' when starting lvim for the first time." exit 1 fi echo "Verification complete!" |