Skip to content

Commit befa702

Browse files
docs: Clarify docker instructions to work with spaces in paths (#914)
* docs: Clarify docker instructions to work with spaces in paths * Update README.md Co-authored-by: George Yermulnik (Georgii Iermulnik) <[email protected]> --------- Co-authored-by: George Yermulnik (Georgii Iermulnik) <[email protected]>
1 parent 1a52970 commit befa702

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)