From 9259abf17b39c66f5e0912d127f5e4e5f63b8c57 Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Sun, 19 Nov 2017 20:27:33 +0000 Subject: [PATCH 1/2] Fix usage instruction at bin/workshop_check.py Close #152. --- bin/workshop_check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/workshop_check.py b/bin/workshop_check.py index 87b9ec8b..cd3a8bfc 100755 --- a/bin/workshop_check.py +++ b/bin/workshop_check.py @@ -21,7 +21,7 @@ CARPENTRIES = ("dc", "swc") DEFAULT_CONTACT_EMAIL = 'admin@software-carpentry.org' -USAGE = 'Usage: "check-workshop path/to/root/directory"' +USAGE = 'Usage: "workshop_check.py path/to/root/directory"' # Country and language codes. Note that codes mean different things: 'ar' # is 'Arabic' as a language but 'Argentina' as a country. From e1a840c90cc7d773705de74dca65a3e5f4536d61 Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Sun, 19 Nov 2017 20:34:48 +0000 Subject: [PATCH 2/2] Rename _includes/lc/syllabys.html to _includes/lc/syllabus.html Close #150 --- _includes/lc/{syllabys.html => syllabus.html} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _includes/lc/{syllabys.html => syllabus.html} (100%) diff --git a/_includes/lc/syllabys.html b/_includes/lc/syllabus.html similarity index 100% rename from _includes/lc/syllabys.html rename to _includes/lc/syllabus.html