typo in readme

This commit is contained in:
Carl Pearson
2024-10-22 11:50:23 -06:00
parent f57c9295ff
commit ebff088a15

View File

@@ -13,7 +13,7 @@ Inside the container, the working directory is /src, we use the volume mount to
```bash ```bash
podman build -f cmake-format-0.6.13.dockerfile -t cmake-format:0.6.13 podman build -f cmake-format-0.6.13.dockerfile -t cmake-format:0.6.13
podman run --rm -v "${PWD}"/src cmake-format:0.6.13 cmake-format ... podman run --rm -v "${PWD}":/src cmake-format:0.6.13 cmake-format ...
``` ```
## Deploy ## Deploy