From 9001ece32731529a6ae81aafefcf8ab184003ce8 Mon Sep 17 00:00:00 2001 From: Anilabha Baral Date: Fri, 12 Jul 2024 21:41:03 +0530 Subject: [PATCH] Fix for Issue 1219: The git-clone task document about the default value of the userHome parameter is not right --- task/git-clone/0.9/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task/git-clone/0.9/README.md b/task/git-clone/0.9/README.md index a402ed6c6a..3f466d908d 100644 --- a/task/git-clone/0.9/README.md +++ b/task/git-clone/0.9/README.md @@ -102,7 +102,7 @@ spec: * **verbose**: Log the commands that are executed during `git-clone`'s operation. (_default_: true) * **sparseCheckoutDirectories**: Which directories to match or exclude when performing a sparse checkout (_default_: "") * **gitInitImage**: The image providing the git-init binary that this Task runs. (_default_: "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:TODO") -* **userHome**: The user's home directory. (_default_: "/tekton/home") +* **userHome**: The user's home directory. (_default_: "/home/git") ## Results