From ead5f7718dca26776ab03fccad15df31544ad74a Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 30 Jan 2020 22:14:39 +0900 Subject: Fix installer for fsautocomplete --- installer/install-fsautocomplete.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install-fsautocomplete.cmd b/installer/install-fsautocomplete.cmd index 9403345..ce10ea4 100644 --- a/installer/install-fsautocomplete.cmd +++ b/installer/install-fsautocomplete.cmd @@ -13,6 +13,6 @@ call "%~dp0\run_unzip.cmd" %zip% echo @echo off ^ -%%~dp0\dotnet.exe fsautocomplete.dll %%* ^ +%%~dp0\dotnet.exe %%~dp0\fsautocomplete.dll %%* ^ > fsautocomplete.cmd -- cgit v1.2.3-54-g00ecf