diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-05-31 21:12:39 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-05-31 21:12:39 +0200 |
| commit | 8a0077e83b3f53c7bb421ed8369d982d7e6733d4 (patch) | |
| tree | 90998373f3cafc7b6cf8e39ceb7fd5a4428159bf /CONTRIBUTING.md | |
| parent | 000e9448d52deb1334a363bb965fef95199eabea (diff) | |
| parent | 7300e870282e049328100d70034b022b1996bfd1 (diff) | |
Merge pull request 'fix typos' (#435) from mark2185/exercises:main into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/435
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a348ef4..263fdbc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -119,12 +119,12 @@ its patch too. That’s where our little helper Gollum comes in: 1. In the project root, create a folder called `answers/` 2. Put your solved version of the exercise file in there 3. Back in the root, run: - `./patches/gollum <exercise-number>`<br> - For example: `./patches/gollum 106` + `./patches/gollum.sh <exercise-number>`<br> + For example: `./patches/gollum.sh 106` This will generate a shiny new patch. Double-check everything by asking the magical Eowyn: -`./patches/eowyn`<br> +`./patches/eowyn.sh`<br> If all tests pass: You are done! Don’t forget to commit the patch file. |
