Skip to content

Commit 03fb1a0

Browse files
authored
bin/workshop_check.py: update default contact email address
1 parent a4e53f9 commit 03fb1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/workshop_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Defaults.
1919
CARPENTRIES = ("dc", "swc", "lc", "cp")
20-
DEFAULT_CONTACT_EMAIL = 'admin@software-carpentry.org'
20+
DEFAULT_CONTACT_EMAIL = 'team@carpentries.org'
2121

2222
USAGE = 'Usage: "workshop_check.py path/to/root/directory"'
2323

0 commit comments

Comments
 (0)