Skip to content

Commit 8091fc6

Browse files
authored
Update README.md (#46)
1 parent b183158 commit 8091fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,11 @@ variables:
239239
```
240240
- **`RSPEC_TRACER_COVERAGE_DIR`** to update the default coverage directory (`rspec_tracer_coverage`).
241241
```sh
242-
export RSPEC_TRACER_CACHE_DIR=/tmp/rspec_tracer_coverage
242+
export RSPEC_TRACER_COVERAGE_DIR=/tmp/rspec_tracer_coverage
243243
```
244244
- **`RSPEC_TRACER_REPORT_DIR`** to update the default html reports directory (`rspec_tracer_report`).
245245
```sh
246-
export RSPEC_TRACER_CACHE_DIR=/tmp/rspec_tracer_report
246+
export RSPEC_TRACER_REPORT_DIR=/tmp/rspec_tracer_report
247247
```
248248

249249
These settings are available through environment variables because the rake tasks

0 commit comments

Comments
 (0)