Skip to content
Snippets Groups Projects
Commit 9290f3e6 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Fix a typo in the initialization script.

parent fe90e375
No related merge requests found
......@@ -137,7 +137,7 @@ box.cfg = function(cfg)
end
local res = orig_cfg(cfg)
require('fiber').name(istance)
require('fiber').name(instance)
log.info('Run console at %s', force_cfg_console)
console.listen(force_cfg_console)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment