Skip to content

Commit 762f5df

Browse files
committed
Fix luacheck warning
Closes #178
1 parent 1fff812 commit 762f5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit/suites/box.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env tarantool
2-
os = require('os')
2+
local os = require('os')
33

44
require('console').listen(os.getenv("ADMIN_PORT"))
55
box.cfg{

0 commit comments

Comments
 (0)