Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 9259abf

Browse files
committed
Fix usage instruction at bin/workshop_check.py
Close #152.
1 parent 1083d36 commit 9259abf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/workshop_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
CARPENTRIES = ("dc", "swc")
2222
DEFAULT_CONTACT_EMAIL = 'admin@software-carpentry.org'
2323

24-
USAGE = 'Usage: "check-workshop path/to/root/directory"'
24+
USAGE = 'Usage: "workshop_check.py path/to/root/directory"'
2525

2626
# Country and language codes. Note that codes mean different things: 'ar'
2727
# is 'Arabic' as a language but 'Argentina' as a country.

0 commit comments

Comments
 (0)