From d397852bd2bb8d20e28868d4c2012bb693711865 Mon Sep 17 00:00:00 2001 From: Avirek Ghatia Date: Sun, 17 Jun 2018 19:26:37 -0700 Subject: [PATCH] Fixing step 4.3's typo Fixing the typo in the command to check if RKE is running using "./rke_darwin-amd64 ---version" does not run because of the typo. --- .../rancher/v2.x/en/installation/ha-server-install/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.x/en/installation/ha-server-install/_index.md b/content/rancher/v2.x/en/installation/ha-server-install/_index.md index f7a61957a1c..71a2072eac8 100644 --- a/content/rancher/v2.x/en/installation/ha-server-install/_index.md +++ b/content/rancher/v2.x/en/installation/ha-server-install/_index.md @@ -213,7 +213,7 @@ RKE is a fast, versatile Kubernetes installer that you can use to install Kubern ``` # MacOS - $ ./rke_darwin-amd64 ---version + $ ./rke_darwin-amd64 --version # Linux $ ./rke_linux-amd64 --version ```