diff options
-rw-r--r-- | installer/install-fsautocomplete.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
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
|