Fix assignemnt typo

This commit is contained in:
Alex Hirsch 2020-11-13 17:14:52 +01:00
parent 0604cc9d00
commit 5d850c2d9d
2 changed files with 2 additions and 2 deletions

View File

@ -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. 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). 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: Verify that the packaged version is working and send it using the following link:

View File

@ -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. 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`). 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 ### Build Test Submission