Skip to content

Commit e2d2dca

Browse files
committed
Since it's the Summer, the web project is Project 4 and the Android project is Project 5.
1 parent 7412c9c commit e2d2dca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

submit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ elif [[ "$project" == "koans" ]]; then
2929
directory="koans"
3030
mavenGoals="clean exec:java"
3131

32-
elif [[ "$project" == "Project5" ]]; then
32+
elif [[ "$project" == "Project4" ]]; then
3333
directory="apptbook-web"
3434

35-
elif [[ "$project" == "Project6" ]]; then
35+
elif [[ "$project" == "Project5" ]]; then
3636
directory="apptbook-android"
3737
submitClass="SubmitAndroidProject"
3838
srcDirectory="."

0 commit comments

Comments
 (0)