Skip to content

Commit e697aac

Browse files
committed
In the summer, Project 4 is the REST API and Project 5 is the Android app.
1 parent b2190fe commit e697aac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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="airline-web"
3434

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

0 commit comments

Comments
 (0)