Skip to content

Commit

Permalink
Merge pull request #64 from dfds/fix-scaffolding-output-path
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucalin authored Jan 9, 2024
2 parents da9b196 + 5a18d74 commit a1d10bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ docker build -t scaffold .
mkdir auto-generated

```bash
docker run -v <absolute-path>/terraform-aws-rds/:/input -v <absolute-path>/terraform-aws-rds/tools/auto-generated:/output scaffold:latest
docker run -v <absolute-path>/terraform-aws-rds/:/input -v <absolute-path>/terraform-aws-rds/tools/auto-generated/:/output scaffold:latest
```

0 comments on commit a1d10bd

Please sign in to comment.