From 3cebcd053db5f21fb0ce0692a3c10942ec8dd258 Mon Sep 17 00:00:00 2001 From: trujillo-adam Date: Mon, 4 Oct 2021 18:45:57 -0700 Subject: [PATCH] fixed command in install section --- website/content/docs/k8s/k8s-cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/k8s/k8s-cli.mdx b/website/content/docs/k8s/k8s-cli.mdx index 40b8958176..89a7331838 100644 --- a/website/content/docs/k8s/k8s-cli.mdx +++ b/website/content/docs/k8s/k8s-cli.mdx @@ -30,7 +30,7 @@ This topic describes the commands, subcommands, and available options for using 1. (Optional) Issue the `consul-k8s version` command to verify the installation: ```shell-session - bin/consul-k8s version + consul-k8s version consul-k8s 0.34.1-dev ```