Skip to content

Commit

Permalink
Fix typo in path for runtime ca certs binding example.
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljandejsek authored Jul 8, 2024
1 parent 589b7a5 commit 651bb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/howto/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ Run the sample application, providing the binding, and passing the URL as a posi
```bash
docker run --rm \
--env SERVICE_BINDING_ROOT=/bindings \
--volume "$(pwd)/ca-certficates/binding:/bindings/ca-certificates" \
--volume "$(pwd)/ca-certificates/binding:/bindings/ca-certificates" \
samples/ca-certificates <url>
```

Expand Down

0 comments on commit 651bb35

Please sign in to comment.