Skip to content

Commit a2dd6ab

Browse files
committed
chore: remove reference to Ruby build directory
As the `main` branch no longer includes the Ruby build.
1 parent dddab8a commit a2dd6ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lua/wincent/commandt/health.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ local health = vim.health -- after: https://github.com/neovim/neovim/pull/18720
66

77
local path = require('wincent.commandt.private.path')
88
local lua_build_directory = vim.fn.fnamemodify((path.caller() + '../lib'):normalize(), ':~')
9-
local ruby_build_directory =
10-
vim.fn.fnamemodify((path.caller() + '../../../../ruby/command-t/ext/command-t'):normalize(), ':~')
119

1210
local function report_info()
1311
local version = require('wincent.commandt.version')
@@ -16,7 +14,6 @@ local function report_info()
1614
health.info('This is a prerelease (track the `release` branch for maximum stability)')
1715
end
1816
health.info('Lua build directory:\n' .. lua_build_directory)
19-
health.info('Ruby build directory:\n' .. ruby_build_directory)
2017
end
2118

2219
local function check_lua_c_library()

0 commit comments

Comments
 (0)