Skip to content

Commit

Permalink
Update cartridge/lua-api/boxinfo.lua
Browse files Browse the repository at this point in the history
Co-authored-by: Georgy Moiseev <[email protected]>
  • Loading branch information
yngvar-antonsson and DifferentialOrange authored May 20, 2024
1 parent 1908a30 commit dcee6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartridge/lua-api/boxinfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ local function get_info(uri)

if package.loaded['ddl-ee'] ~= nil then
ddl_version = require('ddl-ee.version') .. ' EE'
elseif package.loaded['vshard'] ~= nil then
elseif package.loaded['ddl'] ~= nil then
ddl_version = require('ddl.version')
end

Expand Down

0 comments on commit dcee6d7

Please sign in to comment.