Skip to content

Commit 5bbd748

Browse files
authored
docs: Clarify docker instructions to work with spaces in paths
1 parent c0f5101 commit 5bbd748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Or, using Docker ([available tags](https://github.com/antonbabenko/pre-commit-te
303303
304304
```bash
305305
TAG=latest
306-
docker run -e "USERID=$(id -u):$(id -g)" -v $(pwd):/lint -w /lint ghcr.io/antonbabenko/pre-commit-terraform:$TAG run -a
306+
docker run -e "USERID=$(id -u):$(id -g)" -v "$(pwd):/lint" -w /lint ghcr.io/antonbabenko/pre-commit-terraform:$TAG run -a
307307
```
308308

309309
Execute this command to list the versions of the tools in Docker:

0 commit comments

Comments
 (0)