Skip to content

Commit 8e7454e

Browse files
committed
update module name
1 parent 2b82d95 commit 8e7454e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
local utils = require('./src/utils')
1+
local utils = require('array.utils')
22

33
local function convert_to_hash(obj)
44
local output = {}

0 commit comments

Comments
 (0)