diff --git a/README.md b/README.md index 99a3404..1970e97 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ git branch -D ${BRANCH_NAME} git checkout -b ${BRANCH_NAME} mkdir -p .tekton -wget https://raw.githubusercontent.com/ch007m/tekton-pac/main/k8s/pipelinerun-buildpacks.yml -O .tekton/pipelinerun.yaml +wget https://raw.githubusercontent.com/ch007m/tekton-pac/main/k8s/pipeline-buildpacks.yml -O .tekton/pipelinerun.yaml git add .tekton git commit -asm "This is a buildpacks build using TektonCI"