Skip to content

Commit beb0db8

Browse files
authored
Update entrypoint.sh
1 parent 7b16312 commit beb0db8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ cd /github/workspace
3333
echo $8
3434
if [ $8 == "stata" ]; then
3535
echo $8
36-
stata -b do do/main
36+
stata -b do main
3737
elif [ $8 == "stata-se" ]; then
3838
echo $8
39-
stata-se -b do do/main
39+
stata-se -b do main
4040
elif [ $8 == "stata-mp" ]; then
4141
echo $8
42-
stata-mp -b do do/main
42+
stata-mp -b do main
4343
fi
4444

4545
# print log result

0 commit comments

Comments
 (0)