Skip to content

Commit 30564fe

Browse files
authored
fix: unrecognized arguments (#17)
1 parent 6390e2c commit 30564fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ run_commit_check(){
2626
fi
2727

2828
echo "commit-check $args"
29-
commit-check "$args" > result.txt
29+
commit-check $args > result.txt
3030
ret_code=$?
3131
}
3232

0 commit comments

Comments
 (0)