From 3a11c7ec230c32c3e73ca3f93c24e6d0d381c826 Mon Sep 17 00:00:00 2001 From: MaxiChef <95035864+MaxiChef@users.noreply.github.com> Date: Mon, 5 Dec 2022 16:10:10 +0100 Subject: [PATCH] Fix formatting typo octavia list` command" (#19213) --- octavia-cli/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octavia-cli/README.md b/octavia-cli/README.md index 888a5b8aca88..7ba7ca63c1d7 100644 --- a/octavia-cli/README.md +++ b/octavia-cli/README.md @@ -43,7 +43,7 @@ Feel free to share your use cases with the community in [#octavia-cli](https://a ### 1. Generate local YAML files for sources or destinations -1. Retrieve the _definition id_ of the connector you want to use using `octavia list command`. +1. Retrieve the _definition id_ of the connector you want to use using `octavia list` command. 2. Generate YAML configuration running `octavia generate source ` or `octavia generate destination `. ### 2. Edit your local YAML configurations