mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Typo
This commit is contained in:
parent
9f337629ec
commit
0b894bcec9
5 changed files with 10 additions and 10 deletions
|
|
@ -6,7 +6,7 @@ local lua_path_utils = {}
|
|||
|
||||
-- ########################################################
|
||||
|
||||
function lua_path_utils.package_path_preprend(path)
|
||||
function lua_path_utils.package_path_prepend(path)
|
||||
local include_path = path.."/?.lua;"
|
||||
|
||||
-- If the path is already inside package.path, we remove it, before prepending it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue