Skip to content

Commit 7a0d963

Browse files
authored
Merge pull request UofT-DSI#480 from dtxe/main
Update teaching team contact info, and misc updates for C8
2 parents 67a6a90 + 7357a35 commit 7a0d963

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

02_activities/assignments/assignment.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ set -x
1010
# Then it unzips the raw data provided by the client.
1111

1212
if [ -d newproject ]; then
13-
echo "Directory 'newproject' already exists. Please remove it before running this script."
14-
exit 1
13+
echo "Recreating the newproject directory"
14+
rm -rf newproject
1515
fi
1616
mkdir newproject
1717
cd newproject

03_instructional_team/bash_customizations_for_teaching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ These commands are what I use to setup my environment for teaching and demonstra
77
On Windows, these commands should be appended to `~/.bash_profile`.
88
On MacOS, these commands should be appended to `~/.zshrc`.
99

10-
#### Append to the shell profile for extra spacing between previous commands and the subsequent shell prompt**
10+
#### Append to the shell profile for extra spacing between previous commands and the subsequent shell prompt
1111
```
1212
export PS1="\n\n$PS1"
1313
```

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ Participants should review the [Assignment Submission Guide](https://github.com/
4545

4646
## Contacts
4747

48-
**Questions can be submitted to the #dc2-help channel on Slack**
48+
**Questions can be submitted to the #cohort-8-help channel on Slack**
4949

5050
* Technical Facilitator:
51-
* **Daniel Razavi**
52-
daniel.razavi@utoronto.ca
51+
* **Simeon Wong**
52+
me@simeon.dev
5353

5454
* Learning Support Staff:
5555
* **Dmytro Bonislavskyi**
5656
dmytro.bonislavskyi@gmail.com
57-
* **Anjali Desphande**
58-
anju_shrivastava@yahoo.com
59-
* **Sergii Khomych**
60-
svkhomich1@gmail.com
57+
* **Moniz Chan**
58+
chanmoniz526@gmail.com
59+
* **Xindi Zhang**
60+
xindi.zhang@mail.utoronto.ca
6161

6262
## Delivery of the Learning Module
6363

0 commit comments

Comments
 (0)