Skip to content

Commit

Permalink
Merge pull request #86 from mvadu/patch-1
Browse files Browse the repository at this point in the history
fix typo in docker run command
  • Loading branch information
tmccombs authored Nov 28, 2023
2 parents 9efe1aa + 5119ae5 commit a5fc33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ $ hcl2json -simplify infile.hcl > out.json
If you use the docker image, you can invoke with

```sh
$ docker run -it --rm -v $PWD:/tmp tmmcombs/hcl2json /tmp/infile.hcl
$ docker run -it --rm -v $PWD:/tmp tmccombs/hcl2json /tmp/infile.hcl
```

## Installation
Expand Down

0 comments on commit a5fc33b

Please sign in to comment.