Skip to content

Commit

Permalink
fix(entrypoint): correct file name
Browse files Browse the repository at this point in the history
  • Loading branch information
LEEDASILVA committed Aug 11, 2023
1 parent 2493fc9 commit 02cdf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

if test "$CODE_EDITOR_RUN_ONLY" = true; then
node "./${EXERCISE}.sh" "$@"
node "${EXERCISE}.js" "$@"
exit
fi

Expand Down

0 comments on commit 02cdf49

Please sign in to comment.