removed escape character

This commit is contained in:
radumacocian
2024-08-19 18:20:46 +02:00
parent de6d5fe24f
commit d98d6b7a3a
2 changed files with 1 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ elif [[ "$OSTYPE" == "msys"* ]]; then
else
echo "----- Downloading nvim -----"
curl -o nvim-win64.msi https://github.com/neovim/neovim/releases/latest/download/nvim-win64.msi
./nvim-win64.msi /passive
./nvim-win64.msi "/passive"
fi
fi