Skip to content

Commit e2aa093

Browse files
committed
Fix ruby-lsp-doctor executable name
1 parent a627f9a commit e2aa093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby-lsp.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414

1515
s.files = Dir.glob("lib/**/*.rb") + ["README.md", "VERSION", "LICENSE.txt"]
1616
s.bindir = "exe"
17-
s.executables = ["ruby-lsp", "ruby-lsp-check", "ruby-lsp-index-info"]
17+
s.executables = ["ruby-lsp", "ruby-lsp-check", "ruby-lsp-doctor"]
1818
s.require_paths = ["lib"]
1919

2020
s.add_dependency("language_server-protocol", "~> 3.17.0")

0 commit comments

Comments
 (0)