From dc8745ef16411a98d059ed5fd2000b0965e08db5 Mon Sep 17 00:00:00 2001 From: Pradeep Ashwathanarayan <47149987+prad9192@users.noreply.github.com> Date: Sun, 29 Sep 2024 15:58:27 -0700 Subject: [PATCH] Update pipelines.md --- content/en/docs/Getting-started/pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Getting-started/pipelines.md b/content/en/docs/Getting-started/pipelines.md index 337e35cd..57fa6e1e 100644 --- a/content/en/docs/Getting-started/pipelines.md +++ b/content/en/docs/Getting-started/pipelines.md @@ -141,7 +141,7 @@ both the "Hello World!" and "Goodbye!" Tasks. 1. To see the logs of the `PipelineRun`, use the following command: ```bash - tkn pipelinerun logs hello-goodbye-run -f -n default + tkn pipelinerun logs hello-goodbye-run -f -n tekton-pipelines ``` The output shows both Tasks completed successfully: