From 8bc4a6c2ce0e55244826267939efc9e83d36b6af Mon Sep 17 00:00:00 2001 From: Natalie Arellano Date: Wed, 4 Oct 2023 09:56:44 -0400 Subject: [PATCH] Use main branch of samples Signed-off-by: Natalie Arellano --- .../create-extension/setup-local-environment.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/docs/extension-guide/create-extension/setup-local-environment.md b/content/docs/extension-guide/create-extension/setup-local-environment.md index a989fe9f9..9ec4b29cf 100644 --- a/content/docs/extension-guide/create-extension/setup-local-environment.md +++ b/content/docs/extension-guide/create-extension/setup-local-environment.md @@ -72,10 +72,7 @@ We unset any custom lifecycle image that may have been provided to ensure that t ```bash -git clone https://github.com/buildpacks/samples.git && \ - cd samples && \ - git fetch --all && \ - git checkout fix/curl +git clone https://github.com/buildpacks/samples.git ```