From da695ef787c2c203507525e2805127e9bd327d54 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Fri, 2 Oct 2020 16:44:27 -0700 Subject: [PATCH] Remove curly braces from doc commands Because when you copy/paste them to zsh they are automatically escaped and then they do not work correctly --- doc/demo.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/demo.md b/doc/demo.md index 49eaf5fa..88b72839 100644 --- a/doc/demo.md +++ b/doc/demo.md @@ -68,7 +68,7 @@ for a more specific example of installing onto a local kind cluster, including t 1. Deploy the `local-user-authenticator` app. ```bash - kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/${pinniped_version}/install-local-user-authenticator.yaml + kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/$pinniped_version/install-local-user-authenticator.yaml ``` The `install-local-user-authenticator.yaml` file includes the default deployment options. @@ -96,7 +96,7 @@ for a more specific example of installing onto a local kind cluster, including t 1. Deploy Pinniped. ```bash - kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/${pinniped_version}/install-pinniped.yaml + kubectl apply -f https://github.com/vmware-tanzu/pinniped/releases/download/$pinniped_version/install-pinniped.yaml ``` The `install-pinniped.yaml` file includes the default deployment options.