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=$? }