Skip to content

Commit 368c729

Browse files
committed
Fix submission.
1 parent 5f03e5b commit 368c729

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submission/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ for f in /sys/fs/cgroup/memory/*; do
1414
done
1515
cat /proc/cpuinfo
1616

17-
./target/release/app ${EXTRA_FLASG:-} "$@" || \
17+
./app ${EXTRA_FLASG:-} "$@" || \
1818
echo "ERROR: exit_code=$?"

0 commit comments

Comments
 (0)