From b8f7390b8dead1adfae21380ddf8ab33bde0e34f Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 13 Sep 2023 11:10:58 -0400 Subject: [PATCH] DEVELOPMENT: missing newline escape on shell example Signed-off-by: Vincent Batts --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index dd2ce9cfe5e..0d9a455fd9d 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -221,7 +221,7 @@ as follows. ```yaml kubectl create secret generic ${SECRET_NAME} \ --from-file=.dockerconfigjson= \ - --type=kubernetes.io/dockerconfigjson + --type=kubernetes.io/dockerconfigjson \ --namespace=tekton-pipelines ``` See [Configuring authentication for Docker](./docs/auth.md#configuring-authentication-for-docker)