fix: corrected typo that the website did not handle
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed
This commit is contained in:
parent
875a0daeca
commit
a08ba9ad4c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ The other is to set up logging so I have something to see what is going on. This
|
||||||
```shell
|
```shell
|
||||||
log() { echo "️🧪 $(basename $0): $@"; }
|
log() { echo "️🧪 $(basename $0): $@"; }
|
||||||
log "running tests/gregorian-tests.scm"
|
log "running tests/gregorian-tests.scm"
|
||||||
# some testing code
|
some testing code
|
||||||
```
|
```
|
||||||
|
|
||||||
When run, it looks like this:
|
When run, it looks like this:
|
||||||
|
|
Loading…
Reference in a new issue