diff options
Diffstat (limited to 'installer/install-efm-langserver.cmd')
-rw-r--r-- | installer/install-efm-langserver.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-efm-langserver.cmd b/installer/install-efm-langserver.cmd index fc692b9..1d286cd 100644 --- a/installer/install-efm-langserver.cmd +++ b/installer/install-efm-langserver.cmd @@ -1,3 +1,3 @@ @echo off
-call "%~dp0\go_install.cmd" github.com/mattn/efm-langserver
+call "%~dp0\go_install.cmd" github.com/mattn/efm-langserver@latest
|