Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit b5ed252

Browse files
MTRNordsandhose
authored andcommitted
Apply suggestions on wording
1 parent 7fe70aa commit b5ed252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ Policy settings
335335
```yaml
336336
policy:
337337
# Path to the WASM module
338-
# Default for docker feature: `/usr/local/share/mas-cli/policy.wasm`
339-
# Default for dist feature: `./share/policy.wasm`
340-
# Default otherwise: `./policies/policy.wasm`
338+
# Default in Docker distribution: `/usr/local/share/mas-cli/policy.wasm`
339+
# Default in pre-built binaries: `./share/policy.wasm`
340+
# Default in locally-built binaries: `./policies/policy.wasm`
341341
wasm_module: ./policies/policy.wasm
342342
# Entrypoint to use when evaluating client registrations
343343
client_registration_entrypoint: client_registration/violation

0 commit comments

Comments
 (0)