Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed May 20, 2024
1 parent d37786d commit 4d83231
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 @@ -61,7 +61,7 @@ local function get_info(uri)
end

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

0 comments on commit 4d83231

Please sign in to comment.