diff options
Diffstat (limited to 'run/tool.rb')
| -rwxr-xr-x | run/tool.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/tool.rb b/run/tool.rb index 4a692ef..cf51f3f 100755 --- a/run/tool.rb +++ b/run/tool.rb @@ -21,7 +21,7 @@ def parse_argv end def load_func(func_file) - func_path = File.expand_path("../tools/rb/#{func_file}", __dir__) + func_path = File.expand_path("../tools/#{func_file}", __dir__) begin require func_path |
