From 61c17f1030987163b4b6c45e1a958dbe4ff9883f Mon Sep 17 00:00:00 2001 From: Toby Hodges Date: Mon, 25 Nov 2024 20:27:50 +0100 Subject: [PATCH] Add warning about trailing forward slash --- learners/migrating-from-styles.md | 1 + 1 file changed, 1 insertion(+) diff --git a/learners/migrating-from-styles.md b/learners/migrating-from-styles.md index d7a40a1c..616abf65 100644 --- a/learners/migrating-from-styles.md +++ b/learners/migrating-from-styles.md @@ -83,6 +83,7 @@ The transition tool requires an R script to exist for any lesson it migrates to The script is run on the version of the Workbench lesson created by the transition tool, as a kind of post-processing step before the changes made by the transition are committed. Any changes made by the script will appear as if carried out by the transition tool, thereby avoiding additional commits in your project history associated with "cleaning up" after the migration. It is sufficient to create an empty file, named appropriately. This is available in the add-lesson.sh file, which will also provide hints about how the data can be transformed. +(Note: it is essential that you do not include a trailing `/` after YOUR-LESSON-NAME below.) ```bash bash add-lesson.sh carpentries-incubator/YOUR-LESSON-NAME