From f452c95fe0718f4c7fb1d9250f75d95dfa95c971 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Thu, 20 Jun 2019 14:34:36 -0400 Subject: [PATCH] examples/README: filename had changed Signed-off-by: Vincent Batts --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index e311eb9e6ce..d41bfae5a61 100644 --- a/examples/README.md +++ b/examples/README.md @@ -23,7 +23,7 @@ kubectl apply -f examples/pipelineruns/pipelinerun.yaml kubectl apply -f examples/pipelineruns/output-pipelinerun.yaml # To invoke the TaskRun with embedded Resource spec and task Spec -kubectl apply -f examples/taskruns/resource-spec-taskrun.yaml +kubectl apply -f examples/taskruns/git-resource-spec-taskrun.yaml ``` ## Results