From c17efade9cd092e0c43e9f5349bdbad552725bc1 Mon Sep 17 00:00:00 2001 From: Jason Madigan <4467+jasonmadigan@users.noreply.github.com> Date: Fri, 3 May 2024 13:07:58 +0100 Subject: [PATCH] Update openapi-openshift-dev-spaces.md --- doc/openapi-openshift-dev-spaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/openapi-openshift-dev-spaces.md b/doc/openapi-openshift-dev-spaces.md index d8b2ba4..d579ef1 100644 --- a/doc/openapi-openshift-dev-spaces.md +++ b/doc/openapi-openshift-dev-spaces.md @@ -30,7 +30,7 @@ For this tutorial, we'll: To install `kuadrantctl` in your Dev Spaces workspace, execute the following command: ```bash -curl -sL "https://github.com/kuadrant/kuadrantctl/releases/download/v0.2.2/kuadrantctl-v0.2.2-linux-amd64.tar.gz" | tar xz -C /home/user/.local/bin +curl -sL "https://github.com/kuadrant/kuadrantctl/releases/download/v0.2.3/kuadrantctl-v0.2.3-linux-amd64.tar.gz" | tar xz -C /home/user/.local/bin ``` This will place `kuadrantctl` in `/home/user/.local/bin`, which is included in the container's `$PATH` by default.