Skip to content

Commit

Permalink
Fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki committed Jun 22, 2022
1 parent 147cc54 commit 24f06af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog_unreleased/cli/13019.md
Expand Up @@ -8,7 +8,7 @@ If a file path is passed, that file is used as the cache file.
prettier --write --cache --cache-location=my_cache_file src
```

If a directory path is passed, a file with the name hashed process.cwd() is created in that directory and used as a cache file. e.g. For `--cache-location=my_cache_dir/`, cache file: `./foo/.cache_139328449`
If a directory path is passed, a file with the name hashed process.cwd() is created in that directory and used as a cache file. e.g. For `--cache-location=./my_cache_dir/`, cache file: `./my_cache_dir/.cache_139328449` for current folder `foo`.

```bash
prettier --write --cache --cache-location=my_cache_dir/ src
Expand Down

0 comments on commit 24f06af

Please sign in to comment.