fix: corrected typo that the website did not handle
ci/woodpecker/manual/woodpecker Pipeline failed Details

This commit is contained in:
D. Moonfire 2022-12-20 09:00:02 -06:00
parent 875a0daeca
commit a08ba9ad4c
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ The other is to set up logging so I have something to see what is going on. This
```shell
log() { echo "️🧪 $(basename $0): $@"; }
log "running tests/gregorian-tests.scm"
# some testing code
some testing code
```
When run, it looks like this: