@bman654/clodex 1.2.2 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -217,7 +217,7 @@ clodex --version # version
217
217
  - The config-home filesystem must support hard links because registry locks are
218
218
  published atomically. Keep `CLODEX_HOME` on a local filesystem rather than
219
219
  FAT, exFAT, or a network mount that rejects hard links. An abrupt process kill
220
- during lock publication can leave a `providers.json.lock.*.tmp` file; it does
220
+ during lock publication can leave a `*.lock.*.tmp` file; it does
221
221
  not block later lock acquisition and can be removed when no Clodex process is
222
222
  running. A canonical `providers.json.lock` whose recorded PID is no longer
223
223
  running is reclaimed automatically on the next lock acquisition. If it remains