Skip to content
Permalink
Browse files
Fixes #2
  • Loading branch information
Yonaba committed Sep 12, 2013
1 parent 32fc2a3 commit 9252026
Showing 1 changed file with 1 addition and 1 deletion.
@@ -9,7 +9,7 @@
-- =========================================

-- Catch the passed in root path (handling calls out from the root folder)
local ROOT_PATH = (arg[0]:match('(.+)[//\].+$') or '')
local ROOT_PATH = (arg[0]:match('(.+)[/\\]%w+%.*%w*') or '')
local templates_list = require (ROOT_PATH .. '.lice-tpl')

-- Check for dependencies

0 comments on commit 9252026

Please sign in to comment.