Fix a bug in the install script

Changes to be committed:
      modified:   install.sh
This commit is contained in:
Arkaprabha Chakraborty
2023-03-11 23:30:32 +05:30
parent c1c2678c29
commit e5b0ff2d66

View File

@@ -21,7 +21,7 @@ if command -v npm >/dev/null 2>&1 ; then
NPMDP="pyright prettier"
else
echo "No installation of npm was found"
echo "Some lsp packages won"t be installed"
echo "Some lsp packages will not be installed automatically"
fi