Skip to content

Commit 00d7738

Browse files
authored
Merge pull request #13206 from Kausheel/kausheel/fix_export_syntax
📖 docs: minor fix for Bash syntax
2 parents 66a3e75 + 30996bd commit 00d7738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/tasks/diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ To continue serving metrics via http the following configuration can be used:
2222
2323
The same can be achieved via clusterctl:
2424
```bash
25-
export CAPI_DIAGNOSTICS_ADDRESS: "localhost:8080"
26-
export CAPI_INSECURE_DIAGNOSTICS: "true"
25+
export CAPI_DIAGNOSTICS_ADDRESS="localhost:8080"
26+
export CAPI_INSECURE_DIAGNOSTICS="true"
2727
clusterctl init ...
2828
```
2929

0 commit comments

Comments
 (0)