Skip to content

Commit 4f17c71

Browse files
docs: fix DEVELOPMENT.md boolean flags
Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
1 parent fcb817a commit 4f17c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEVELOPMENT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ cargo run --release -- \
2727
--workers 2 \
2828
--log-fmt otlp \
2929
--log-level debug \
30-
--enable-metrics true \
31-
--ignore-kubernetes-connection-failure true
30+
--enable-metrics \
31+
--ignore-kubernetes-connection-failure
3232
```
3333

3434
Some notes about this command:

0 commit comments

Comments
 (0)