Remove superfluous space

This commit is contained in:
Tim Byrne 2022-08-27 13:55:24 -05:00
parent a89e5cee89
commit 36fda72bec
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ these principles when making changes.
$ make test
```
If you don't use `docker` but an OCI engine akin to `podman`, you can set it through the `OCI` switch for every target
```text
$ make test OCI=podman
```