From dc83030f705f69eff498b059474d8c52ac1ecc6c Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 30 Jan 2020 17:47:16 +0900 Subject: Fix install-pyls-ms.cmd --- installer/install-pyls-ms.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install-pyls-ms.cmd b/installer/install-pyls-ms.cmd index a60fefa..9f8229d 100644 --- a/installer/install-pyls-ms.cmd +++ b/installer/install-pyls-ms.cmd @@ -14,6 +14,6 @@ call "%~dp0\run_unzip.cmd" %nupkg% echo @echo off ^ -%%~dp0\dotnet.exe Microsoft.Python.LanguageServer.dll %%* ^ +%%~dp0\dotnet.exe %%~dp0\Microsoft.Python.LanguageServer.dll %%* ^ > pyls-ms.cmd -- cgit v1.2.3-54-g00ecf