mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
fix installer
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
|
||||
call "%~dp0\go_install.cmd" github.com/lighttiger2505/sqls
|
||||
call "%~dp0\go_install.cmd" github.com/lighttiger2505/sqls@latest
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
set -e
|
||||
|
||||
"$(dirname "$0")/go_install.sh" github.com/lighttiger2505/sqls
|
||||
"$(dirname "$0")/go_install.sh" github.com/lighttiger2505/sqls@latest
|
||||
|
||||
Reference in New Issue
Block a user