aboutsummaryrefslogtreecommitdiffstats
path: root/run/tool.rb
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-06-06 08:29:00 +0800
committerGitHub <noreply@github.com>2024-06-06 08:29:00 +0800
commitbfb7d75fe47ea588495c5be8157a67b1fec67a13 (patch)
treeb1996472711a1ccae391f1bded61adf3475b89ed /run/tool.rb
parent005d23030dab2b7708996e779dc78dd5f8ebdb8d (diff)
downloadllm-functions-docker-bfb7d75fe47ea588495c5be8157a67b1fec67a13.tar.gz
refactor: move tools/$lang/** to tools/** (#17)
Diffstat (limited to 'run/tool.rb')
-rwxr-xr-xrun/tool.rb2
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