fix(entrypoint): correct file name

This commit is contained in:
lee 2023-08-11 15:51:43 +01:00 committed by LEEDASILVA
parent 76e4a02339
commit 93135cc76e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
if test "$CODE_EDITOR_RUN_ONLY" = true; then
node "./${EXERCISE}.sh" "$@"
node "${EXERCISE}.js" "$@"
exit
fi