From 77789dd3347de1f1a53be1d710b4d8a44549210c Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Fri, 7 Apr 2023 05:05:16 +0000 Subject: [PATCH] fix: unrecognized arguments --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9c5451a..98703ea 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -26,7 +26,7 @@ run_commit_check(){ fi echo "commit-check $args" - commit-check "$args" > result.txt + commit-check $args > result.txt ret_code=$? }