Fix assignemnt typo
This commit is contained in:
parent
0604cc9d00
commit
5d850c2d9d
@ -204,7 +204,7 @@ You are encouraged to set up some more test cases for your implementation.
|
||||
Assuming you are using Git to manage your code, please use the `git archive` command to package your project.
|
||||
Use the following command, replacing `firstname`, `lastname` accordingly (all lowercase).
|
||||
|
||||
git archive --prefix=lastname_firstname_assignemnt_1/ --format=zip HEAD > lastname_firstname_assignemnt_1.zip
|
||||
git archive --prefix=lastname_firstname_assignment_1/ --format=zip HEAD > lastname_firstname_assignment_1.zip
|
||||
|
||||
Verify that the packaged version is working and send it using the following link:
|
||||
|
||||
|
@ -68,7 +68,7 @@ Use the following link:
|
||||
Assuming you are using Git to manage your code, please use the `git archive` command to package your project.
|
||||
Use the following command, replacing `XX` with your team number (with leading zero, e.g. `02`).
|
||||
|
||||
git archive --prefix=team_XX_assignemnt_2/ --format=zip HEAD > team_XX_assignemnt_2.zip
|
||||
git archive --prefix=team_XX_assignment_2/ --format=zip HEAD > team_XX_assignment_2.zip
|
||||
|
||||
### Build Test Submission
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user